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
4304 |
# File 'sig/client.rbs', line 4304
def dashboard_arn: () -> ::String
|
#link_entities ⇒ ::Array[::String]
4305 |
# File 'sig/client.rbs', line 4305
def link_entities: () -> ::Array[::String]
|
#request_id ⇒ ::String
4302 |
# File 'sig/client.rbs', line 4302
def request_id: () -> ::String
|
#status ⇒ ::Integer
4303 |
# File 'sig/client.rbs', line 4303
def status: () -> ::Integer
|