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.
16739 16740 16741 |
# File 'sig/types.rbs', line 16739 def client_token @client_token end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
16740 16741 16742 |
# File 'sig/types.rbs', line 16740 def create_date @create_date end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
16741 16742 16743 |
# File 'sig/types.rbs', line 16741 def effective_date @effective_date end |
#modification_results ⇒ ::Array[Types::ReservedInstancesModificationResult]
Returns the value of attribute modification_results.
16742 16743 16744 |
# File 'sig/types.rbs', line 16742 def modification_results @modification_results end |
#reserved_instances_ids ⇒ ::Array[Types::ReservedInstancesId]
Returns the value of attribute reserved_instances_ids.
16743 16744 16745 |
# File 'sig/types.rbs', line 16743 def reserved_instances_ids @reserved_instances_ids end |
#reserved_instances_modification_id ⇒ ::String
Returns the value of attribute reserved_instances_modification_id.
16744 16745 16746 |
# File 'sig/types.rbs', line 16744 def reserved_instances_modification_id @reserved_instances_modification_id end |
#status ⇒ ::String
Returns the value of attribute status.
16745 16746 16747 |
# File 'sig/types.rbs', line 16745 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
16746 16747 16748 |
# File 'sig/types.rbs', line 16746 def @status_message end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
16747 16748 16749 |
# File 'sig/types.rbs', line 16747 def update_date @update_date end |