Class: Aws::S3Control::Types::GetAccessPointPolicyStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyStatusRequest
- 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 access point.
-
#name ⇒ String
The name of the access point whose policy status you want to retrieve.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified access point.
1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1828 class GetAccessPointPolicyStatusRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point whose policy status you want to retrieve.
1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1828 class GetAccessPointPolicyStatusRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |