Class: Aws::Types::JoinStorageSessionAsViewerInput
- Inherits:
-
Object
- Object
- Aws::Types::JoinStorageSessionAsViewerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def channel_arn @channel_arn end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def client_id @client_id end |