Class: Aws::Types::GetAutoManagementConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoManagementConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusion_list ⇒ ::Hash[::String, ::Array[Types::QuotaInfo]]
Returns the value of attribute exclusion_list.
-
#notification_arn ⇒ ::String
Returns the value of attribute notification_arn.
-
#opt_in_level ⇒ "ACCOUNT"
Returns the value of attribute opt_in_level.
-
#opt_in_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute opt_in_status.
-
#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"
Returns the value of attribute opt_in_type.
Instance Attribute Details
#exclusion_list ⇒ ::Hash[::String, ::Array[Types::QuotaInfo]]
Returns the value of attribute exclusion_list.
89 90 91 |
# File 'sig/types.rbs', line 89 def exclusion_list @exclusion_list end |
#notification_arn ⇒ ::String
Returns the value of attribute notification_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def notification_arn @notification_arn end |
#opt_in_level ⇒ "ACCOUNT"
Returns the value of attribute opt_in_level.
85 86 87 |
# File 'sig/types.rbs', line 85 def opt_in_level @opt_in_level end |
#opt_in_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute opt_in_status.
88 89 90 |
# File 'sig/types.rbs', line 88 def opt_in_status @opt_in_status end |
#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"
Returns the value of attribute opt_in_type.
86 87 88 |
# File 'sig/types.rbs', line 86 def opt_in_type @opt_in_type end |