Struct aws_sdk_securityhub::operation::update_configuration_policy::UpdateConfigurationPolicyOutput
source · #[non_exhaustive]pub struct UpdateConfigurationPolicyOutput {
pub arn: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub updated_at: Option<DateTime>,
pub created_at: Option<DateTime>,
pub configuration_policy: Option<Policy>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The ARN of the configuration policy.
id: Option<String>
The UUID of the configuration policy.
name: Option<String>
The name of the configuration policy.
description: Option<String>
The description of the configuration policy.
updated_at: Option<DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
created_at: Option<DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
configuration_policy: Option<Policy>
An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
Implementations§
source§impl UpdateConfigurationPolicyOutput
impl UpdateConfigurationPolicyOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the configuration policy.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
sourcepub fn configuration_policy(&self) -> Option<&Policy>
pub fn configuration_policy(&self) -> Option<&Policy>
An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
source§impl UpdateConfigurationPolicyOutput
impl UpdateConfigurationPolicyOutput
sourcepub fn builder() -> UpdateConfigurationPolicyOutputBuilder
pub fn builder() -> UpdateConfigurationPolicyOutputBuilder
Creates a new builder-style object to manufacture UpdateConfigurationPolicyOutput
.
Trait Implementations§
source§impl Clone for UpdateConfigurationPolicyOutput
impl Clone for UpdateConfigurationPolicyOutput
source§fn clone(&self) -> UpdateConfigurationPolicyOutput
fn clone(&self) -> UpdateConfigurationPolicyOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for UpdateConfigurationPolicyOutput
impl PartialEq for UpdateConfigurationPolicyOutput
source§fn eq(&self, other: &UpdateConfigurationPolicyOutput) -> bool
fn eq(&self, other: &UpdateConfigurationPolicyOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateConfigurationPolicyOutput
impl RequestId for UpdateConfigurationPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.