Class: Aws::S3Control::Types::ObjectLambdaAccessPointAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectLambdaAccessPointAlias
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the Object Lambda Access Point alias.
-
#value ⇒ String
The alias value of the Object Lambda Access Point.
Instance Attribute Details
#status ⇒ String
The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the
alias and the alias is not ready for use yet. If the status is
READY, the Object Lambda Access Point alias is successfully
provisioned and ready for use.
6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6104 class ObjectLambdaAccessPointAlias < Struct.new( :value, :status) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The alias value of the Object Lambda Access Point.
6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6104 class ObjectLambdaAccessPointAlias < Struct.new( :value, :status) SENSITIVE = [] include Aws::Structure end |