Class: Aws::Types::GetSessionEmbedUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionEmbedUrlResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embed_url ⇒ ::String
Returns the value of attribute embed_url.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#embed_url ⇒ ::String
Returns the value of attribute embed_url.
6442 6443 6444 |
# File 'sig/types.rbs', line 6442 def @embed_url end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6444 6445 6446 |
# File 'sig/types.rbs', line 6444 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6443 6444 6445 |
# File 'sig/types.rbs', line 6443 def status @status end |