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
1969 |
# File 'sig/client.rbs', line 1969
def dashboard_id: () -> ::String
|
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
1977 |
# File 'sig/client.rbs', line 1977
def dashboard_publish_options: () -> Types::DashboardPublishOptions
|
#definition ⇒ Types::DashboardVersionDefinition
1974 |
# File 'sig/client.rbs', line 1974
def definition: () -> Types::DashboardVersionDefinition
|
#errors ⇒ ::Array[Types::DashboardError]
1970 |
# File 'sig/client.rbs', line 1970
def errors: () -> ::Array[Types::DashboardError]
|
#name ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def name: () -> ::String
|
#request_id ⇒ ::String
1976 |
# File 'sig/client.rbs', line 1976
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1972 |
# File 'sig/client.rbs', line 1972
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1975 |
# File 'sig/client.rbs', line 1975
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def theme_arn: () -> ::String
|