Class: Aws::Types::SendAlexaOfferToMasterRequest

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:



58
59
60
# File 'sig/types.rbs', line 58

def channel_arn
  @channel_arn
end

#message_payload::String

Returns the value of attribute message_payload.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def message_payload
  @message_payload
end

#sender_client_id::String

Returns the value of attribute sender_client_id.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def sender_client_id
  @sender_client_id
end