Class: Aws::Types::SendAlexaOfferToMasterRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendAlexaOfferToMasterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#message_payload ⇒ ::String
Returns the value of attribute message_payload.
-
#sender_client_id ⇒ ::String
Returns the value of attribute sender_client_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def @message_payload end |
#sender_client_id ⇒ ::String
Returns the value of attribute sender_client_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def sender_client_id @sender_client_id end |