Class: Aws::Types::ReservedInstancesModification
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstancesModification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
-
#modification_results ⇒ ::Array[Types::ReservedInstancesModificationResult]
Returns the value of attribute modification_results.
-
#reserved_instances_ids ⇒ ::Array[Types::ReservedInstancesId]
Returns the value of attribute reserved_instances_ids.
-
#reserved_instances_modification_id ⇒ ::String
Returns the value of attribute reserved_instances_modification_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
16103 16104 16105 |
# File 'sig/types.rbs', line 16103 def client_token @client_token end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
16104 16105 16106 |
# File 'sig/types.rbs', line 16104 def create_date @create_date end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
16105 16106 16107 |
# File 'sig/types.rbs', line 16105 def effective_date @effective_date end |
#modification_results ⇒ ::Array[Types::ReservedInstancesModificationResult]
Returns the value of attribute modification_results.
16106 16107 16108 |
# File 'sig/types.rbs', line 16106 def modification_results @modification_results end |
#reserved_instances_ids ⇒ ::Array[Types::ReservedInstancesId]
Returns the value of attribute reserved_instances_ids.
16107 16108 16109 |
# File 'sig/types.rbs', line 16107 def reserved_instances_ids @reserved_instances_ids end |
#reserved_instances_modification_id ⇒ ::String
Returns the value of attribute reserved_instances_modification_id.
16108 16109 16110 |
# File 'sig/types.rbs', line 16108 def reserved_instances_modification_id @reserved_instances_modification_id end |
#status ⇒ ::String
Returns the value of attribute status.
16109 16110 16111 |
# File 'sig/types.rbs', line 16109 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
16110 16111 16112 |
# File 'sig/types.rbs', line 16110 def @status_message end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
16111 16112 16113 |
# File 'sig/types.rbs', line 16111 def update_date @update_date end |