Class: Aws::Types::CreateChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def channel_arn
  @channel_arn
end

#destinations::Array[Types::Destination]

Returns the value of attribute destinations.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def destinations
  @destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def name
  @name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def tags
  @tags
end