Class: Aws::Types::StartScreenSharingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartScreenSharingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8122 8123 8124 |
# File 'sig/types.rbs', line 8122 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8124 8125 8126 |
# File 'sig/types.rbs', line 8124 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8123 8124 8125 |
# File 'sig/types.rbs', line 8123 def instance_id @instance_id end |