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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


8302
8303
8304
8305
8306
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8302

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