Class: Aws::S3Control::Types::GetAccessPointPolicyStatusForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyStatusForObjectLambdaRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
-
#name ⇒ String
The name of the Object Lambda Access Point.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1791 class GetAccessPointPolicyStatusForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1791 class GetAccessPointPolicyStatusForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |