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.
16400 16401 16402 |
# File 'sig/types.rbs', line 16400 def client_token @client_token end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
16401 16402 16403 |
# File 'sig/types.rbs', line 16401 def create_date @create_date end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
16402 16403 16404 |
# File 'sig/types.rbs', line 16402 def effective_date @effective_date end |
#modification_results ⇒ ::Array[Types::ReservedInstancesModificationResult]
Returns the value of attribute modification_results.
16403 16404 16405 |
# File 'sig/types.rbs', line 16403 def modification_results @modification_results end |
#reserved_instances_ids ⇒ ::Array[Types::ReservedInstancesId]
Returns the value of attribute reserved_instances_ids.
16404 16405 16406 |
# File 'sig/types.rbs', line 16404 def reserved_instances_ids @reserved_instances_ids end |
#reserved_instances_modification_id ⇒ ::String
Returns the value of attribute reserved_instances_modification_id.
16405 16406 16407 |
# File 'sig/types.rbs', line 16405 def reserved_instances_modification_id @reserved_instances_modification_id end |
#status ⇒ ::String
Returns the value of attribute status.
16406 16407 16408 |
# File 'sig/types.rbs', line 16406 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
16407 16408 16409 |
# File 'sig/types.rbs', line 16407 def @status_message end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
16408 16409 16410 |
# File 'sig/types.rbs', line 16408 def update_date @update_date end |