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:



5798
5799
5800
# File 'sig/types.rbs', line 5798

def filter
  @filter
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:

  • (::Integer)


5799
5800
5801
# File 'sig/types.rbs', line 5799

def max_duration
  @max_duration
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5800
5801
5802
# File 'sig/types.rbs', line 5800

def max_results
  @max_results
end

#min_duration::Integer

Returns the value of attribute min_duration.

Returns:

  • (::Integer)


5801
5802
5803
# File 'sig/types.rbs', line 5801

def min_duration
  @min_duration
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5802
5803
5804
# File 'sig/types.rbs', line 5802

def next_token
  @next_token
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


5803
5804
5805
# File 'sig/types.rbs', line 5803

def offering_id
  @offering_id
end