Class: Aws::S3Control::Types::CreateAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateAccessPointResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The ARN of the access point.
-
#alias ⇒ String
The name or alias of the access point.
Instance Attribute Details
#access_point_arn ⇒ String
The ARN of the access point.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1004 class CreateAccessPointResult < Struct.new( :access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |
#alias ⇒ String
The name or alias of the access point.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1004 class CreateAccessPointResult < Struct.new( :access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |