Method: Aws::S3Control::Types::GetAccessPointPolicyStatusRequest#name
- Defined in:
- lib/aws-sdk-s3control/types.rb
#name ⇒ String
The name of the access point whose policy status you want to retrieve.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-s3control/types.rb', line 2832 class GetAccessPointPolicyStatusRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |