Class: Aws::Types::DescribeHostReservationOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHostReservationOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Array[Types::Filter]
Returns the value of attribute filter.
-
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
Instance Attribute Details
#filter ⇒ ::Array[Types::Filter]
Returns the value of attribute filter.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def filter @filter end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def max_duration @max_duration end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def max_results @max_results end |
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def min_duration @min_duration end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5985 5986 5987 |
# File 'sig/types.rbs', line 5985 def next_token @next_token end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def offering_id @offering_id end |