Class: Aws::Types::UpdateChannelMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
929 930 931 |
# File 'sig/types.rbs', line 929 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
933 934 935 |
# File 'sig/types.rbs', line 933 def chime_bearer @chime_bearer end |
#content ⇒ ::String
Returns the value of attribute content.
931 932 933 |
# File 'sig/types.rbs', line 931 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
935 936 937 |
# File 'sig/types.rbs', line 935 def content_type @content_type end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
932 933 934 |
# File 'sig/types.rbs', line 932 def end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
934 935 936 |
# File 'sig/types.rbs', line 934 def sub_channel_id @sub_channel_id end |