Class: Aws::DataZone::Types::SearchInItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of the search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The search attribute.

Returns:

  • (String)


9315
9316
9317
9318
9319
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9315

class SearchInItem < Struct.new(
  :attribute)
  SENSITIVE = []
  include Aws::Structure
end