Class: Aws::ECS::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::NetworkConfiguration
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The network configuration for a task or service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#awsvpc_configuration ⇒ Types::AwsVpcConfiguration
The VPC subnets and security groups that are associated with a task.
Instance Attribute Details
#awsvpc_configuration ⇒ Types::AwsVpcConfiguration
The VPC subnets and security groups that are associated with a task.
6877 6878 6879 6880 6881 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6877 class NetworkConfiguration < Struct.new( :awsvpc_configuration) SENSITIVE = [] include Aws::Structure end |