Class: Aws::S3Control::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

The virtual private cloud (VPC) configuration for an access point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_idString

If this field is specified, this access point will only allow connections from the specified VPC ID.

Returns:

  • (String)


8478
8479
8480
8481
8482
# File 'lib/aws-sdk-s3control/types.rb', line 8478

class VpcConfiguration < Struct.new(
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end