Class: Aws::SecurityHub::Types::AwsS3AccessPointVpcConfigurationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_idString

If this field is specified, this access point will only allow connections from the specified VPC ID.

Returns:

  • (String)


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