Class: Aws::BillingConductor::Types::StringSearch
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::StringSearch
- Defined in:
- gems/aws-sdk-billingconductor/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.
2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2563 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.
2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2563 class StringSearch < Struct.new( :search_option, :search_value) SENSITIVE = [] include Aws::Structure end |