Class: Aws::Types::UpdateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def channel
  @channel
end

#destinations::Array[Types::Destination]

Returns the value of attribute destinations.

Returns:



1349
1350
1351
# File 'sig/types.rbs', line 1349

def destinations
  @destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def name
  @name
end