Class: Aws::Types::ReservedInstancesListing
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstancesListing
- 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.
-
#instance_counts ⇒ ::Array[Types::InstanceCount]
Returns the value of attribute instance_counts.
-
#price_schedules ⇒ ::Array[Types::PriceSchedule]
Returns the value of attribute price_schedules.
-
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
-
#reserved_instances_listing_id ⇒ ::String
Returns the value of attribute reserved_instances_listing_id.
-
#status ⇒ "active", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
16089 16090 16091 |
# File 'sig/types.rbs', line 16089 def client_token @client_token end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
16090 16091 16092 |
# File 'sig/types.rbs', line 16090 def create_date @create_date end |
#instance_counts ⇒ ::Array[Types::InstanceCount]
Returns the value of attribute instance_counts.
16091 16092 16093 |
# File 'sig/types.rbs', line 16091 def instance_counts @instance_counts end |
#price_schedules ⇒ ::Array[Types::PriceSchedule]
Returns the value of attribute price_schedules.
16092 16093 16094 |
# File 'sig/types.rbs', line 16092 def price_schedules @price_schedules end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
16093 16094 16095 |
# File 'sig/types.rbs', line 16093 def reserved_instances_id @reserved_instances_id end |
#reserved_instances_listing_id ⇒ ::String
Returns the value of attribute reserved_instances_listing_id.
16094 16095 16096 |
# File 'sig/types.rbs', line 16094 def reserved_instances_listing_id @reserved_instances_listing_id end |
#status ⇒ "active", ...
Returns the value of attribute status.
16095 16096 16097 |
# File 'sig/types.rbs', line 16095 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
16096 16097 16098 |
# File 'sig/types.rbs', line 16096 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16097 16098 16099 |
# File 'sig/types.rbs', line 16097 def @tags end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
16098 16099 16100 |
# File 'sig/types.rbs', line 16098 def update_date @update_date end |