Class: Aws::Types::CreateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array[Types::Destination]

Returns the value of attribute destinations.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def destinations
  @destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def name
  @name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end