Class: Aws::Types::DescribeMacHostsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMacHostsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def filters @filters end |
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def host_ids @host_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def next_token @next_token end |