Class: Aws::Deadline::Types::VpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::VpcConfiguration
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The configuration options for a service managed fleet's VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_configuration_arns ⇒ Array<String>
The ARNs of the VPC Lattice resource configurations attached to the fleet.
Instance Attribute Details
#resource_configuration_arns ⇒ Array<String>
The ARNs of the VPC Lattice resource configurations attached to the fleet.
10478 10479 10480 10481 10482 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10478 class VpcConfiguration < Struct.new( :resource_configuration_arns) SENSITIVE = [] include Aws::Structure end |