Class: Aws::Types::DescribeSecurityProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityProfileResponse
- 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.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 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.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 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.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def alert_targets @alert_targets end |
#behaviors ⇒ ::Array[Types::Behavior]
Returns the value of attribute behaviors.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def behaviors @behaviors end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def last_modified_date @last_modified_date end |
#metrics_export_config ⇒ Types::MetricsExportConfig
Returns the value of attribute metrics_export_config.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def metrics_export_config @metrics_export_config end |
#security_profile_arn ⇒ ::String
Returns the value of attribute security_profile_arn.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def security_profile_arn @security_profile_arn end |
#security_profile_description ⇒ ::String
Returns the value of attribute security_profile_description.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def security_profile_description @security_profile_description end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def security_profile_name @security_profile_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def version @version end |