Class: Aws::EC2::Types::ReservedInstancesListing

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a Reserved Instance listing.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see [Ensuring Idempotency].

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#create_dateTime

The time the listing was created.

Returns:

  • (Time)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#instance_countsArray<Types::InstanceCount>

The number of instances in this state.

Returns:



30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#price_schedulesArray<Types::PriceSchedule>

The price of the Reserved Instance listing.

Returns:



30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#reserved_instances_idString

The ID of the Reserved Instance.

Returns:

  • (String)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#reserved_instances_listing_idString

The ID of the Reserved Instance listing.

Returns:

  • (String)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#statusString

The status of the Reserved Instance listing.

Returns:

  • (String)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#status_messageString

The reason for the current status of the Reserved Instance listing. The response can be blank.

Returns:

  • (String)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:



30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end

#update_dateTime

The last modified timestamp of the listing.

Returns:

  • (Time)


30799
30800
30801
30802
30803
30804
30805
30806
30807
30808
30809
30810
30811
# File 'lib/aws-sdk-ec2/types.rb', line 30799

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)
  include Aws::Structure
end