Class: Aws::S3Files::Types::GetFileSystemPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::GetFileSystemPolicyRequest
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
The ID or Amazon Resource Name (ARN) of the S3 File System whose resource policy to retrieve.
Instance Attribute Details
#file_system_id ⇒ String
The ID or Amazon Resource Name (ARN) of the S3 File System whose resource policy to retrieve.
604 605 606 607 608 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 604 class GetFileSystemPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |