Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A hostname and IP address mapping to append to the /etc/hosts file on the container.
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.
Instance Attribute Details
#hostname ⇒ String
The hostname to use in the /etc/hosts entry.
10648 10649 10650 10651 10652 10653 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10648 class AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails < Struct.new( :hostname, :ip_address) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address to use in the /etc/hosts entry.
10648 10649 10650 10651 10652 10653 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10648 class AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails < Struct.new( :hostname, :ip_address) SENSITIVE = [] include Aws::Structure end |