Class: Aws::SsmSap::Types::AssociatedHost
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::AssociatedHost
- 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
-
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance.
-
#hostname ⇒ String
The name of the host.
-
#ip_addresses ⇒ Array<Types::IpAddressMember>
The IP addresses of the associated host.
-
#os_version ⇒ String
The version of the operating system.
Instance Attribute Details
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance.
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 |
#hostname ⇒ String
The name of the host.
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_addresses ⇒ Array<Types::IpAddressMember>
The IP addresses of the associated host.
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_version ⇒ String
The version of the operating system.
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 |