Class: Aws::Types::AccountModification
- Inherits:
-
Object
- Object
- Aws::Types::AccountModification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_tenancy_management_cidr_range ⇒ ::String
Returns the value of attribute dedicated_tenancy_management_cidr_range.
-
#dedicated_tenancy_support ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dedicated_tenancy_support.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#modification_state ⇒ "PENDING", ...
Returns the value of attribute modification_state.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#dedicated_tenancy_management_cidr_range ⇒ ::String
Returns the value of attribute dedicated_tenancy_management_cidr_range.
50 51 52 |
# File 'sig/types.rbs', line 50 def dedicated_tenancy_management_cidr_range @dedicated_tenancy_management_cidr_range end |
#dedicated_tenancy_support ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dedicated_tenancy_support.
49 50 51 |
# File 'sig/types.rbs', line 49 def dedicated_tenancy_support @dedicated_tenancy_support end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
52 53 54 |
# File 'sig/types.rbs', line 52 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
53 54 55 |
# File 'sig/types.rbs', line 53 def @error_message end |
#modification_state ⇒ "PENDING", ...
Returns the value of attribute modification_state.
48 49 50 |
# File 'sig/types.rbs', line 48 def modification_state @modification_state end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
51 52 53 |
# File 'sig/types.rbs', line 51 def start_time @start_time end |