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

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_dateTime

The time the listing was created.

Returns:

  • (Time)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_countsArray<Types::InstanceCount>

The number of instances in this state.

Returns:



57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_schedulesArray<Types::PriceSchedule>

The price of the Reserved Instance listing.

Returns:



57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_idString

The ID of the Reserved Instance.

Returns:

  • (String)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_idString

The ID of the Reserved Instance listing.

Returns:

  • (String)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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

#statusString

The status of the Reserved Instance listing.

Returns:

  • (String)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_messageString

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

Returns:

  • (String)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:



57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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_dateTime

The last modified timestamp of the listing.

Returns:

  • (Time)


57338
57339
57340
57341
57342
57343
57344
57345
57346
57347
57348
57349
57350
57351
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57338

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