Class: Aws::SsmSap::Types::Host

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

Overview

Describes the properties of the Dedicated Host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

The ID of Amazon EC2 instance.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#host_ipString

The IP address of the Dedicated Host.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#host_nameString

The name of the Dedicated Host.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#host_roleString

The role of the Dedicated Host.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID of the instance on the Dedicated Host.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end

#os_versionString

The version of the operating system.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 762

class Host < Struct.new(
  :host_name,
  :host_ip,
  :ec2_instance_id,
  :instance_id,
  :host_role,
  :os_version)
  SENSITIVE = []
  include Aws::Structure
end