Class: Aws::Types::StartAutoManagementRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAutoManagementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusion_list ⇒ ::Hash[::String, ::Array[::String]]
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_type ⇒ "NotifyOnly", "NotifyAndAdjust"
Returns the value of attribute opt_in_type.
Instance Attribute Details
#exclusion_list ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute exclusion_list.
421 422 423 |
# File 'sig/types.rbs', line 421 def exclusion_list @exclusion_list end |
#notification_arn ⇒ ::String
Returns the value of attribute notification_arn.
420 421 422 |
# File 'sig/types.rbs', line 420 def notification_arn @notification_arn end |
#opt_in_level ⇒ "ACCOUNT"
Returns the value of attribute opt_in_level.
418 419 420 |
# File 'sig/types.rbs', line 418 def opt_in_level @opt_in_level end |
#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"
Returns the value of attribute opt_in_type.
419 420 421 |
# File 'sig/types.rbs', line 419 def opt_in_type @opt_in_type end |