Class: Aws::BedrockDataAutomation::Types::ChannelLabelingConfiguration

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

Overview

Channel labeling configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


286
287
288
289
290
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 286

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