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)


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

#valuesArray<String>

The values of the filter.

Returns:

  • (Array<String>)


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