Class: Aws::Types::DescribeChannelMembershipForAppInstanceUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelMembershipForAppInstanceUserRequest
- 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.
393 394 395 |
# File 'sig/types.rbs', line 393 def app_instance_user_arn @app_instance_user_arn end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
392 393 394 |
# File 'sig/types.rbs', line 392 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
394 395 396 |
# File 'sig/types.rbs', line 394 def chime_bearer @chime_bearer end |