Class: Aws::S3Control::Types::CreateAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateAccessPointResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
<note markdown=“1”> This is only supported by Amazon S3 on Outposts.
</note>
1004 1005 1006 1007 1008 1009 |
# File '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 'lib/aws-sdk-s3control/types.rb', line 1004 class CreateAccessPointResult < Struct.new( :access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |