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.
6794 6795 6796 |
# File 'sig/types.rbs', line 6794 def filters @filters end |
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
6795 6796 6797 |
# File 'sig/types.rbs', line 6795 def host_ids @host_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6796 6797 6798 |
# File 'sig/types.rbs', line 6796 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6797 6798 6799 |
# File 'sig/types.rbs', line 6797 def next_token @next_token end |