Class: Aws::Types::CreateSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityProfileRequest
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_metrics_to_retain ⇒ ::Array[::String]
Returns the value of attribute additional_metrics_to_retain.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 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.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 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.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def alert_targets @alert_targets end |
#behaviors ⇒ ::Array[Types::Behavior]
Returns the value of attribute behaviors.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def behaviors @behaviors end |
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def metrics_export_config @metrics_export_config end |
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def security_profile_description @security_profile_description end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def security_profile_name @security_profile_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def @tags end |