Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def hostname @hostname end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def ip_address @ip_address end |