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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/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)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 147

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)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 147

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:



147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 147

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)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 147

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