Class: Aws::DataZone::Types::SearchInItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchInItem
- 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
-
#attribute ⇒ String
The search attribute.
Instance Attribute Details
#attribute ⇒ String
The search attribute.
16404 16405 16406 16407 16408 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16404 class SearchInItem < Struct.new( :attribute) SENSITIVE = [] include Aws::Structure end |