Class: Aws::EC2::Types::CreateReservedInstancesListingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateReservedInstancesListingResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CreateReservedInstancesListing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_instances_listings ⇒ Array<Types::ReservedInstancesListing>
Information about the Standard Reserved Instance listing.
Instance Attribute Details
#reserved_instances_listings ⇒ Array<Types::ReservedInstancesListing>
Information about the Standard Reserved Instance listing.
13250 13251 13252 13253 13254 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13250 class CreateReservedInstancesListingResult < Struct.new( :reserved_instances_listings) SENSITIVE = [] include Aws::Structure end |