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