Class: Aws::S3Control::Types::ObjectLambdaAccessPointAlias

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

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5576

class ObjectLambdaAccessPointAlias < Struct.new(
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The alias value of the Object Lambda Access Point.

Returns:

  • (String)


5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5576

class ObjectLambdaAccessPointAlias < Struct.new(
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end