Class: Aws::ECS::Types::HostEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::HostEntry
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Hostnames and IP address entries that are added to the /etc/hosts
file of a container via the extraHosts
parameter of its
ContainerDefinition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The hostname to use in the
/etc/hosts
entry. -
#ip_address ⇒ String
The IP address to use in the
/etc/hosts
entry.