Class: Aws::FSx::Types::S3AccessPointVpcConfiguration

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

Instance Attribute Details

#vpc_idString

Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.

Returns:

  • (String)


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