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.
16760 16761 16762 |
# File 'sig/types.rbs', line 16760 def client_token @client_token end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
16761 16762 16763 |
# File 'sig/types.rbs', line 16761 def create_date @create_date end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
16762 16763 16764 |
# File 'sig/types.rbs', line 16762 def effective_date @effective_date end |
#modification_results ⇒ ::Array[Types::ReservedInstancesModificationResult]
Returns the value of attribute modification_results.
16763 16764 16765 |
# File 'sig/types.rbs', line 16763 def modification_results @modification_results end |
#reserved_instances_ids ⇒ ::Array[Types::ReservedInstancesId]
Returns the value of attribute reserved_instances_ids.
16764 16765 16766 |
# File 'sig/types.rbs', line 16764 def reserved_instances_ids @reserved_instances_ids end |
#reserved_instances_modification_id ⇒ ::String
Returns the value of attribute reserved_instances_modification_id.
16765 16766 16767 |
# File 'sig/types.rbs', line 16765 def reserved_instances_modification_id @reserved_instances_modification_id end |
#status ⇒ ::String
Returns the value of attribute status.
16766 16767 16768 |
# File 'sig/types.rbs', line 16766 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
16767 16768 16769 |
# File 'sig/types.rbs', line 16767 def @status_message end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
16768 16769 16770 |
# File 'sig/types.rbs', line 16768 def update_date @update_date end |