Class: Aws::SsmSap::Types::AssociatedHost

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Describes the properties of the associated host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

The ID of the Amazon EC2 instance.

Returns:

  • (String)


153
154
155
156
157
158
159
160
# File 'lib/aws-sdk-ssmsap/types.rb', line 153

class AssociatedHost < Struct.new(
  :hostname,
  :ec2_instance_id,
  :ip_addresses,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#hostnameString

The name of the host.

Returns:

  • (String)


153
154
155
156
157
158
159
160
# File 'lib/aws-sdk-ssmsap/types.rb', line 153

class AssociatedHost < Struct.new(
  :hostname,
  :ec2_instance_id,
  :ip_addresses,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressesArray<Types::IpAddressMember>

The IP addresses of the associated host.

Returns:



153
154
155
156
157
158
159
160
# File 'lib/aws-sdk-ssmsap/types.rb', line 153

class AssociatedHost < Struct.new(
  :hostname,
  :ec2_instance_id,
  :ip_addresses,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#os_versionString

The version of the operating system.

Returns:

  • (String)


153
154
155
156
157
158
159
160
# File 'lib/aws-sdk-ssmsap/types.rb', line 153

class AssociatedHost < Struct.new(
  :hostname,
  :ec2_instance_id,
  :ip_addresses,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end