Class: Aws::Types::UpdateChannelClassRequest

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")


3328
3329
3330
# File 'sig/types.rbs', line 3328

def channel_class
  @channel_class
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


3329
3330
3331
# File 'sig/types.rbs', line 3329

def channel_id
  @channel_id
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



3330
3331
3332
# File 'sig/types.rbs', line 3330

def destinations
  @destinations
end