Class: Aws::EC2::Types::DescribeHostReservationOfferingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeHostReservationOfferingsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#offering_set ⇒ Array<Types::HostOffering>
Information about the offerings.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
19650 19651 19652 19653 19654 19655 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19650 class DescribeHostReservationOfferingsResult < Struct.new( :next_token, :offering_set) SENSITIVE = [] include Aws::Structure end |
#offering_set ⇒ Array<Types::HostOffering>
Information about the offerings.
19650 19651 19652 19653 19654 19655 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19650 class DescribeHostReservationOfferingsResult < Struct.new( :next_token, :offering_set) SENSITIVE = [] include Aws::Structure end |