Class: Aws::FSx::Types::S3AccessPointAttachmentsFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the filter.

Returns:

  • (String)


8509
8510
8511
8512
8513
8514
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8509

class S3AccessPointAttachmentsFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values of the filter.

Returns:

  • (Array<String>)


8509
8510
8511
8512
8513
8514
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8509

class S3AccessPointAttachmentsFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end