Class: Aws::BedrockDataAutomation::Types::SplitterConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::SplitterConfiguration
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Configuration of Splitter
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    State. 
Instance Attribute Details
#state ⇒ String
State
| 1300 1301 1302 1303 1304 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1300 class SplitterConfiguration < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |