Class: Aws::Types::HostPropertiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::HostPropertiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_arn ⇒ ::String
Returns the value of attribute ec2_instance_arn.
-
#ec2_instance_type ⇒ ::String
Returns the value of attribute ec2_instance_type.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#ip_addresses ⇒ Types::IpAddresses
Returns the value of attribute ip_addresses.
Instance Attribute Details
#ec2_instance_arn ⇒ ::String
Returns the value of attribute ec2_instance_arn.
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.
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.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def host_name @host_name end |
#ip_addresses ⇒ Types::IpAddresses
Returns the value of attribute ip_addresses.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def ip_addresses @ip_addresses end |