Class: Aws::S3Control::Types::VpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::VpcConfiguration
- 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
-
#vpc_id ⇒ String
If this field is specified, this access point will only allow connections from the specified VPC ID.
Instance Attribute Details
#vpc_id ⇒ String
If this field is specified, this access point will only allow connections from the specified VPC ID.
8479 8480 8481 8482 8483 |
# File 'lib/aws-sdk-s3control/types.rb', line 8479 class VpcConfiguration < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |