Class: Aws::S3Control::Types::GetAccessPointForObjectLambdaResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointForObjectLambdaResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date and time when the specified Object Lambda Access Point was created.
-
#name ⇒ String
The name of the Object Lambda Access Point.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Configuration to block all public access.
Instance Attribute Details
#creation_date ⇒ Time
The date and time when the specified Object Lambda Access Point was created.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1833 class GetAccessPointForObjectLambdaResult < Struct.new( :name, :public_access_block_configuration, :creation_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1833 class GetAccessPointForObjectLambdaResult < Struct.new( :name, :public_access_block_configuration, :creation_date) SENSITIVE = [] include Aws::Structure end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Configuration to block all public access. This setting is turned on and can not be edited.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1833 class GetAccessPointForObjectLambdaResult < Struct.new( :name, :public_access_block_configuration, :creation_date) SENSITIVE = [] include Aws::Structure end |