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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18843
18844
18845
18846
18847
# File 'lib/aws-sdk-datazone/types.rb', line 18843

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