Class: Aws::ECS::Types::ExpressGatewayServiceNetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ExpressGatewayServiceNetworkConfiguration
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The network configuration for an Express service. By default, an Express service utilizes subnets and security groups associated with the default VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_groups ⇒ Array<String>
The IDs of the security groups associated with the Express service.
-
#subnets ⇒ Array<String>
The IDs of the subnets associated with the Express service.
Instance Attribute Details
#security_groups ⇒ Array<String>
The IDs of the security groups associated with the Express service.
6185 6186 6187 6188 6189 6190 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6185 class ExpressGatewayServiceNetworkConfiguration < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The IDs of the subnets associated with the Express service.
6185 6186 6187 6188 6189 6190 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6185 class ExpressGatewayServiceNetworkConfiguration < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |