Class: Aws::FSx::Types::S3AccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPoint
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Describes the S3 access point configuration of the S3 access point attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The S3 access point's alias.
-
#resource_arn ⇒ String
he S3 access point's ARN.
-
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
The S3 access point's virtual private cloud (VPC) configuration.
Instance Attribute Details
#alias ⇒ String
The S3 access point's alias.
8359 8360 8361 8362 8363 8364 8365 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8359 class S3AccessPoint < Struct.new( :resource_arn, :alias, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
he S3 access point's ARN.
8359 8360 8361 8362 8363 8364 8365 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8359 class S3AccessPoint < Struct.new( :resource_arn, :alias, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
The S3 access point's virtual private cloud (VPC) configuration.
8359 8360 8361 8362 8363 8364 8365 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8359 class S3AccessPoint < Struct.new( :resource_arn, :alias, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |