Class: Aws::BillingConductor::Types::StringSearch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#search_optionString

The search option to be applied when performing the string search.

Returns:

  • (String)


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_valueString

The value to search for within the specified string field.

Returns:

  • (String)


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