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.
7993 7994 7995 |
# File 'sig/types.rbs', line 7993 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7995 7996 7997 |
# File 'sig/types.rbs', line 7995 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7994 7995 7996 |
# File 'sig/types.rbs', line 7994 def instance_id @instance_id end |