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.
6529 6530 6531 |
# File 'sig/types.rbs', line 6529 def mac_hosts @mac_hosts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6530 6531 6532 |
# File 'sig/types.rbs', line 6530 def next_token @next_token end |