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.
6375 6376 6377 |
# File 'sig/types.rbs', line 6375 def @embed_url end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6377 6378 6379 |
# File 'sig/types.rbs', line 6377 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def status @status end |