Class: Aws::Types::UpdateSecurityProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityProfileResponse
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
-
#security_profile_arn ⇒ ::String
Returns the value of attribute security_profile_arn.
-
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#additional_metrics_to_retain ⇒ ::Array[::String]
Returns the value of attribute additional_metrics_to_retain.
5337 5338 5339 |
# File 'sig/types.rbs', line 5337 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.
5338 5339 5340 |
# File 'sig/types.rbs', line 5338 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.
5336 5337 5338 |
# File 'sig/types.rbs', line 5336 def alert_targets @alert_targets end |
#behaviors ⇒ ::Array[Types::Behavior]
Returns the value of attribute behaviors.
5335 5336 5337 |
# File 'sig/types.rbs', line 5335 def behaviors @behaviors end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
5340 5341 5342 |
# File 'sig/types.rbs', line 5340 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
5341 5342 5343 |
# File 'sig/types.rbs', line 5341 def last_modified_date @last_modified_date end |
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
5342 5343 5344 |
# File 'sig/types.rbs', line 5342 def metrics_export_config @metrics_export_config end |
#security_profile_arn ⇒ ::String
Returns the value of attribute security_profile_arn.
5333 5334 5335 |
# File 'sig/types.rbs', line 5333 def security_profile_arn @security_profile_arn end |
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
5334 5335 5336 |
# File 'sig/types.rbs', line 5334 def security_profile_description @security_profile_description end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
5332 5333 5334 |
# File 'sig/types.rbs', line 5332 def security_profile_name @security_profile_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
5339 5340 5341 |
# File 'sig/types.rbs', line 5339 def version @version end |