Class: Aws::EC2::Types::ReservedInstancesListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReservedInstancesListing
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Reserved Instance listing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
-
#create_date ⇒ Time
The time the listing was created.
-
#instance_counts ⇒ Array<Types::InstanceCount>
The number of instances in this state.
-
#price_schedules ⇒ Array<Types::PriceSchedule>
The price of the Reserved Instance listing.
-
#reserved_instances_id ⇒ String
The ID of the Reserved Instance.
-
#reserved_instances_listing_id ⇒ String
The ID of the Reserved Instance listing.
-
#status ⇒ String
The status of the Reserved Instance listing.
-
#status_message ⇒ String
The reason for the current status of the Reserved Instance listing.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the resource.
-
#update_date ⇒ Time
The last modified timestamp of the listing.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The time the listing was created.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#instance_counts ⇒ Array<Types::InstanceCount>
The number of instances in this state.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#price_schedules ⇒ Array<Types::PriceSchedule>
The price of the Reserved Instance listing.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_id ⇒ String
The ID of the Reserved Instance.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_listing_id ⇒ String
The ID of the Reserved Instance listing.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Reserved Instance listing.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The reason for the current status of the Reserved Instance listing. The response can be blank.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the resource.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ Time
The last modified timestamp of the listing.
58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58977 class ReservedInstancesListing < Struct.new( :client_token, :create_date, :instance_counts, :price_schedules, :reserved_instances_id, :reserved_instances_listing_id, :status, :status_message, :tags, :update_date) SENSITIVE = [] include Aws::Structure end |