Class: Aws::Types::GetDashboardEmbedUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardEmbedUrlResponse
- 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.
6641 6642 6643 |
# File 'sig/types.rbs', line 6641 def @embed_url end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6642 6643 6644 |
# File 'sig/types.rbs', line 6642 def status @status end |