Class: Aws::BedrockDataAutomation::Types::SplitterConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Configuration of Splitter

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


1157
1158
1159
1160
1161
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1157

class SplitterConfiguration < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end