Class: Aws::Types::HostPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::HostPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#ip_addresses ⇒ Types::IpAddresses
Returns the value of attribute ip_addresses.
Instance Attribute Details
#host_name ⇒ ::String
Returns the value of attribute host_name.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def host_name @host_name end |
#ip_addresses ⇒ Types::IpAddresses
Returns the value of attribute ip_addresses.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def ip_addresses @ip_addresses end |