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

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

Instance Attribute Details

#search_optionString

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

Returns:

  • (String)


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_valueString

The value to search for within the specified string field.

Returns:

  • (String)


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