Class: Aws::Deadline::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_configuration_arnsArray<String>

The ARNs of the VPC Lattice resource configurations attached to the fleet.

Returns:

  • (Array<String>)


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