Class: Aws::Types::ChannelFlowCallbackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#callback_id::String

Returns the value of attribute callback_id.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def callback_id
  @callback_id
end

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def channel_arn
  @channel_arn
end

#channel_messageTypes::ChannelMessageCallback

Returns the value of attribute channel_message.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def channel_message
  @channel_message
end

#delete_resourceBoolean

Returns the value of attribute delete_resource.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def delete_resource
  @delete_resource
end