Class: Aws::Types::ModifyAvailabilityZoneGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyAvailabilityZoneGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#opt_in_status ⇒ "opted-in", "not-opted-in"
Returns the value of attribute opt_in_status.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13228 13229 13230 |
# File 'sig/types.rbs', line 13228 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
13226 13227 13228 |
# File 'sig/types.rbs', line 13226 def group_name @group_name end |
#opt_in_status ⇒ "opted-in", "not-opted-in"
Returns the value of attribute opt_in_status.
13227 13228 13229 |
# File 'sig/types.rbs', line 13227 def opt_in_status @opt_in_status end |