Class: Aws::EC2::Types::DescribeMacHostsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mac_hostsArray<Types::MacHost>

Information about the EC2 Mac Dedicated Hosts.

Returns:



22151
22152
22153
22154
22155
22156
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22151

class DescribeMacHostsResult < Struct.new(
  :mac_hosts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


22151
22152
22153
22154
22155
22156
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22151

class DescribeMacHostsResult < Struct.new(
  :mac_hosts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end