Class: Aws::SsmSap::Types::Host
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::Host
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Describes the properties of the Dedicated Host.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ String
The ID of Amazon EC2 instance.
-
#host_ip ⇒ String
The IP address of the Dedicated Host.
-
#host_name ⇒ String
The name of the Dedicated Host.
-
#host_role ⇒ String
The role of the Dedicated Host.
-
#instance_id ⇒ String
The instance ID of the instance on the Dedicated Host.
-
#os_version ⇒ String
The version of the operating system.
Instance Attribute Details
#ec2_instance_id ⇒ String
The ID of Amazon EC2 instance.
774 775 776 777 778 779 780 781 782 783 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 774 class Host < Struct.new( :host_name, :host_ip, :ec2_instance_id, :instance_id, :host_role, :os_version) SENSITIVE = [] include Aws::Structure end |
#host_ip ⇒ String
The IP address of the Dedicated Host.
774 775 776 777 778 779 780 781 782 783 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 774 class Host < Struct.new( :host_name, :host_ip, :ec2_instance_id, :instance_id, :host_role, :os_version) SENSITIVE = [] include Aws::Structure end |
#host_name ⇒ String
The name of the Dedicated Host.
774 775 776 777 778 779 780 781 782 783 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 774 class Host < Struct.new( :host_name, :host_ip, :ec2_instance_id, :instance_id, :host_role, :os_version) SENSITIVE = [] include Aws::Structure end |
#host_role ⇒ String
The role of the Dedicated Host.
774 775 776 777 778 779 780 781 782 783 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 774 class Host < Struct.new( :host_name, :host_ip, :ec2_instance_id, :instance_id, :host_role, :os_version) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID of the instance on the Dedicated Host.
774 775 776 777 778 779 780 781 782 783 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 774 class Host < Struct.new( :host_name, :host_ip, :ec2_instance_id, :instance_id, :host_role, :os_version) SENSITIVE = [] include Aws::Structure end |