Class: Aws::Types::AssociatedHost

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def ec2_instance_id
  @ec2_instance_id
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def hostname
  @hostname
end

#ip_addresses::Array[Types::IpAddressMember]

Returns the value of attribute ip_addresses.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def ip_addresses
  @ip_addresses
end

#os_version::String

Returns the value of attribute os_version.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def os_version
  @os_version
end