Class: Aws::Types::AssociatedHost
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedHost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_addresses ⇒ ::Array[Types::IpAddressMember]
Returns the value of attribute ip_addresses.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
Instance Attribute Details
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
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.
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.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def os_version @os_version end |