Class: Aws::Types::UpdateChannelClass

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


3318
3319
3320
# File 'sig/types.rbs', line 3318

def channel_class
  @channel_class
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



3319
3320
3321
# File 'sig/types.rbs', line 3319

def destinations
  @destinations
end