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
1727 |
# File 'sig/client.rbs', line 1727
def dashboard_id: () -> ::String
|
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
1735 |
# File 'sig/client.rbs', line 1735
def dashboard_publish_options: () -> Types::DashboardPublishOptions
|
#definition ⇒ Types::DashboardVersionDefinition
1732 |
# File 'sig/client.rbs', line 1732
def definition: () -> Types::DashboardVersionDefinition
|
#errors ⇒ ::Array[Types::DashboardError]
1728 |
# File 'sig/client.rbs', line 1728
def errors: () -> ::Array[Types::DashboardError]
|
#name ⇒ ::String
1729 |
# File 'sig/client.rbs', line 1729
def name: () -> ::String
|
#request_id ⇒ ::String
1734 |
# File 'sig/client.rbs', line 1734
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1730 |
# File 'sig/client.rbs', line 1730
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1733 |
# File 'sig/client.rbs', line 1733
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1731 |
# File 'sig/client.rbs', line 1731
def theme_arn: () -> ::String
|