Class: Aws::EC2::Types::DescribeHostReservationOfferingsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


18877
18878
18879
18880
18881
18882
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18877

class DescribeHostReservationOfferingsResult < Struct.new(
  :next_token,
  :offering_set)
  SENSITIVE = []
  include Aws::Structure
end

#offering_setArray<Types::HostOffering>

Information about the offerings.

Returns:



18877
18878
18879
18880
18881
18882
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18877

class DescribeHostReservationOfferingsResult < Struct.new(
  :next_token,
  :offering_set)
  SENSITIVE = []
  include Aws::Structure
end