Class: Aws::Types::DescribeHostReservationOfferingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Array[Types::Filter]

Returns the value of attribute filter.

Returns:



6056
6057
6058
# File 'sig/types.rbs', line 6056

def filter
  @filter
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:

  • (::Integer)


6057
6058
6059
# File 'sig/types.rbs', line 6057

def max_duration
  @max_duration
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6058
6059
6060
# File 'sig/types.rbs', line 6058

def max_results
  @max_results
end

#min_duration::Integer

Returns the value of attribute min_duration.

Returns:

  • (::Integer)


6059
6060
6061
# File 'sig/types.rbs', line 6059

def min_duration
  @min_duration
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6060
6061
6062
# File 'sig/types.rbs', line 6060

def next_token
  @next_token
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


6061
6062
6063
# File 'sig/types.rbs', line 6061

def offering_id
  @offering_id
end