Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- 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.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
963 964 965 |
# File 'sig/types.rbs', line 963 def chime_bearer @chime_bearer end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
962 963 964 |
# File 'sig/types.rbs', line 962 def @metadata end |
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
961 962 963 |
# File 'sig/types.rbs', line 961 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
960 961 962 |
# File 'sig/types.rbs', line 960 def name @name end |