Module: Aws::QuickSight::Client::_DescribeDashboardDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDashboardDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dashboard_id ⇒ ::String
- #dashboard_publish_options ⇒ Types::DashboardPublishOptions
- #definition ⇒ Types::DashboardVersionDefinition
- #errors ⇒ ::Array[Types::DashboardError]
- #name ⇒ ::String
- #request_id ⇒ ::String
- #resource_status ⇒ "CREATION_IN_PROGRESS", ...
- #status ⇒ ::Integer
- #theme_arn ⇒ ::String
Instance Method Details
#dashboard_id ⇒ ::String
1810 |
# File 'sig/client.rbs', line 1810
def dashboard_id: () -> ::String
|
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
1818 |
# File 'sig/client.rbs', line 1818
def dashboard_publish_options: () -> Types::DashboardPublishOptions
|
#definition ⇒ Types::DashboardVersionDefinition
1815 |
# File 'sig/client.rbs', line 1815
def definition: () -> Types::DashboardVersionDefinition
|
#errors ⇒ ::Array[Types::DashboardError]
1811 |
# File 'sig/client.rbs', line 1811
def errors: () -> ::Array[Types::DashboardError]
|
#name ⇒ ::String
1812 |
# File 'sig/client.rbs', line 1812
def name: () -> ::String
|
#request_id ⇒ ::String
1817 |
# File 'sig/client.rbs', line 1817
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1813 |
# File 'sig/client.rbs', line 1813
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1816 |
# File 'sig/client.rbs', line 1816
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1814 |
# File 'sig/client.rbs', line 1814
def theme_arn: () -> ::String
|