Class: Aws::Types::HostPropertiesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_arn::String

Returns the value of attribute ec2_instance_arn.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def ec2_instance_arn
  @ec2_instance_arn
end

#ec2_instance_type::String

Returns the value of attribute ec2_instance_type.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def ec2_instance_type
  @ec2_instance_type
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def host_name
  @host_name
end

#ip_addressesTypes::IpAddresses

Returns the value of attribute ip_addresses.

Returns:



1734
1735
1736
# File 'sig/types.rbs', line 1734

def ip_addresses
  @ip_addresses
end