Class: Aws::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
Instance Attribute Details
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
418 419 420 |
# File 'sig/types.rbs', line 418 def app_instance_user_arn @app_instance_user_arn end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
419 420 421 |
# File 'sig/types.rbs', line 419 def chime_bearer @chime_bearer end |