Class: Aws::Types::DescribeMacHostsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMacHostsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mac_hosts ⇒ ::Array[Types::MacHost]
Returns the value of attribute mac_hosts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#mac_hosts ⇒ ::Array[Types::MacHost]
Returns the value of attribute mac_hosts.
6712 6713 6714 |
# File 'sig/types.rbs', line 6712 def mac_hosts @mac_hosts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6713 6714 6715 |
# File 'sig/types.rbs', line 6713 def next_token @next_token end |