Class: Aws::BillingConductor::Types::StringSearch
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::StringSearch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
A structure that defines string search parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_option ⇒ String
The search option to be applied when performing the string search.
-
#search_value ⇒ String
The value to search for within the specified string field.
Instance Attribute Details
#search_option ⇒ String
The search option to be applied when performing the string search.
2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2557 class StringSearch < Struct.new( :search_option, :search_value) SENSITIVE = [] include Aws::Structure end |
#search_value ⇒ String
The value to search for within the specified string field.
2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2557 class StringSearch < Struct.new( :search_option, :search_value) SENSITIVE = [] include Aws::Structure end |