Class: Aws::SecurityHub::Types::AwsS3AccessPointVpcConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3AccessPointVpcConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The virtual private cloud (VPC) configuration for an Amazon S3 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.
18405 18406 18407 18408 18409 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18405 class AwsS3AccessPointVpcConfigurationDetails < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |