Class: Aws::EC2::Types::DescribeHostReservationOfferingsRequest

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

#filterArray<Types::Filter>

The filters.

  • instance-family - The instance family of the offering (for example, m4).

  • payment-option - The payment option (NoUpfront | PartialUpfront | AllUpfront).

Returns:



18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_durationInteger

This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

Returns:

  • (Integer)


18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

Returns:

  • (Integer)


18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#min_durationInteger

This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.

Returns:

  • (Integer)


18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the reservation offering.

Returns:

  • (String)


18860
18861
18862
18863
18864
18865
18866
18867
18868
18869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18860

class DescribeHostReservationOfferingsRequest < Struct.new(
  :filter,
  :max_duration,
  :max_results,
  :min_duration,
  :next_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end