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.
8495 8496 8497 8498 8499 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8495 class S3AccessPointVpcConfiguration < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |