Class: Aws::FSx::Types::S3AccessPointAttachmentsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointAttachmentsFilter
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
A set of Name and Values pairs used to view a select set of S3 access point attachments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the filter.
-
#values ⇒ Array<String>
The values of the filter.
Instance Attribute Details
#name ⇒ String
The name of the filter.
8456 8457 8458 8459 8460 8461 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8456 class S3AccessPointAttachmentsFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of the filter.
8456 8457 8458 8459 8460 8461 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8456 class S3AccessPointAttachmentsFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |