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
1768 |
# File 'sig/client.rbs', line 1768
def dashboard_id: () -> ::String
|
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
1776 |
# File 'sig/client.rbs', line 1776
def dashboard_publish_options: () -> Types::DashboardPublishOptions
|
#definition ⇒ Types::DashboardVersionDefinition
1773 |
# File 'sig/client.rbs', line 1773
def definition: () -> Types::DashboardVersionDefinition
|
#errors ⇒ ::Array[Types::DashboardError]
1769 |
# File 'sig/client.rbs', line 1769
def errors: () -> ::Array[Types::DashboardError]
|
#name ⇒ ::String
1770 |
# File 'sig/client.rbs', line 1770
def name: () -> ::String
|
#request_id ⇒ ::String
1775 |
# File 'sig/client.rbs', line 1775
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1771 |
# File 'sig/client.rbs', line 1771
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1774 |
# File 'sig/client.rbs', line 1774
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1772 |
# File 'sig/client.rbs', line 1772
def theme_arn: () -> ::String
|