Class: Aws::EC2::Types::DescribeMacHostsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeMacHostsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mac_hosts ⇒ Array<Types::MacHost>
Information about the EC2 Mac Dedicated Hosts.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#mac_hosts ⇒ Array<Types::MacHost>
Information about the EC2 Mac Dedicated Hosts.
24051 24052 24053 24054 24055 24056 |
# File 'lib/aws-sdk-ec2/types.rb', line 24051 class DescribeMacHostsResult < Struct.new( :mac_hosts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
24051 24052 24053 24054 24055 24056 |
# File 'lib/aws-sdk-ec2/types.rb', line 24051 class DescribeMacHostsResult < Struct.new( :mac_hosts, :next_token) SENSITIVE = [] include Aws::Structure end |