Module: Aws::QuickSight::Client::_UpdateDashboardLinksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDashboardLinksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dashboard_arn ⇒ ::String
- #link_entities ⇒ ::Array[::String]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#dashboard_arn ⇒ ::String
4351 |
# File 'sig/client.rbs', line 4351
def dashboard_arn: () -> ::String
|
#link_entities ⇒ ::Array[::String]
4352 |
# File 'sig/client.rbs', line 4352
def link_entities: () -> ::Array[::String]
|
#request_id ⇒ ::String
4349 |
# File 'sig/client.rbs', line 4349
def request_id: () -> ::String
|
#status ⇒ ::Integer
4350 |
# File 'sig/client.rbs', line 4350
def status: () -> ::Integer
|