Class: Aws::S3Files::Types::GetFileSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::GetFileSystemRequest
- 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 to retrieve information for.
Instance Attribute Details
#file_system_id ⇒ String
The ID or Amazon Resource Name (ARN) of the S3 File System to retrieve information for.
634 635 636 637 638 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 634 class GetFileSystemRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |