Class: Aws::Types::UpdateSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_metrics_to_retain ⇒ ::Array[::String]
Returns the value of attribute additional_metrics_to_retain.
-
#additional_metrics_to_retain_v2 ⇒ ::Array[Types::MetricToRetain]
Returns the value of attribute additional_metrics_to_retain_v2.
-
#alert_targets ⇒ ::Hash[("SNS"), Types::AlertTarget]
Returns the value of attribute alert_targets.
-
#behaviors ⇒ ::Array[Types::Behavior]
Returns the value of attribute behaviors.
-
#delete_additional_metrics_to_retain ⇒ Boolean
Returns the value of attribute delete_additional_metrics_to_retain.
-
#delete_alert_targets ⇒ Boolean
Returns the value of attribute delete_alert_targets.
-
#delete_behaviors ⇒ Boolean
Returns the value of attribute delete_behaviors.
-
#delete_metrics_export_config ⇒ Boolean
Returns the value of attribute delete_metrics_export_config.
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
-
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
Instance Attribute Details
#additional_metrics_to_retain ⇒ ::Array[::String]
Returns the value of attribute additional_metrics_to_retain.
5320 5321 5322 |
# File 'sig/types.rbs', line 5320 def additional_metrics_to_retain @additional_metrics_to_retain end |
#additional_metrics_to_retain_v2 ⇒ ::Array[Types::MetricToRetain]
Returns the value of attribute additional_metrics_to_retain_v2.
5321 5322 5323 |
# File 'sig/types.rbs', line 5321 def additional_metrics_to_retain_v2 @additional_metrics_to_retain_v2 end |
#alert_targets ⇒ ::Hash[("SNS"), Types::AlertTarget]
Returns the value of attribute alert_targets.
5319 5320 5321 |
# File 'sig/types.rbs', line 5319 def alert_targets @alert_targets end |
#behaviors ⇒ ::Array[Types::Behavior]
Returns the value of attribute behaviors.
5318 5319 5320 |
# File 'sig/types.rbs', line 5318 def behaviors @behaviors end |
#delete_additional_metrics_to_retain ⇒ Boolean
Returns the value of attribute delete_additional_metrics_to_retain.
5324 5325 5326 |
# File 'sig/types.rbs', line 5324 def delete_additional_metrics_to_retain @delete_additional_metrics_to_retain end |
#delete_alert_targets ⇒ Boolean
Returns the value of attribute delete_alert_targets.
5323 5324 5325 |
# File 'sig/types.rbs', line 5323 def delete_alert_targets @delete_alert_targets end |
#delete_behaviors ⇒ Boolean
Returns the value of attribute delete_behaviors.
5322 5323 5324 |
# File 'sig/types.rbs', line 5322 def delete_behaviors @delete_behaviors end |
#delete_metrics_export_config ⇒ Boolean
Returns the value of attribute delete_metrics_export_config.
5327 5328 5329 |
# File 'sig/types.rbs', line 5327 def delete_metrics_export_config @delete_metrics_export_config end |
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5325 5326 5327 |
# File 'sig/types.rbs', line 5325 def expected_version @expected_version end |
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
5326 5327 5328 |
# File 'sig/types.rbs', line 5326 def metrics_export_config @metrics_export_config end |
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
5317 5318 5319 |
# File 'sig/types.rbs', line 5317 def security_profile_description @security_profile_description end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
5316 5317 5318 |
# File 'sig/types.rbs', line 5316 def security_profile_name @security_profile_name end |