Class: Aws::FSx::Types::S3AccessPointVpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointVpcConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
If included, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_id ⇒ String
Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
Instance Attribute Details
#vpc_id ⇒ String
Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
8693 8694 8695 8696 8697 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8693 class S3AccessPointVpcConfiguration < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |