Module: Aws::QuickSight::Client::_DescribeAnalysisDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAnalysisDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_id ⇒ ::String
- #definition ⇒ Types::AnalysisDefinition
- #errors ⇒ ::Array[Types::AnalysisError]
- #name ⇒ ::String
- #request_id ⇒ ::String
- #resource_status ⇒ "CREATION_IN_PROGRESS", ...
- #status ⇒ ::Integer
- #theme_arn ⇒ ::String
Instance Method Details
#analysis_id ⇒ ::String
1551 |
# File 'sig/client.rbs', line 1551
def analysis_id: () -> ::String
|
#definition ⇒ Types::AnalysisDefinition
1556 |
# File 'sig/client.rbs', line 1556
def definition: () -> Types::AnalysisDefinition
|
#errors ⇒ ::Array[Types::AnalysisError]
1553 |
# File 'sig/client.rbs', line 1553
def errors: () -> ::Array[Types::AnalysisError]
|
#name ⇒ ::String
1552 |
# File 'sig/client.rbs', line 1552
def name: () -> ::String
|
#request_id ⇒ ::String
1558 |
# File 'sig/client.rbs', line 1558
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1554 |
# File 'sig/client.rbs', line 1554
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1557 |
# File 'sig/client.rbs', line 1557
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1555 |
# File 'sig/client.rbs', line 1555
def theme_arn: () -> ::String
|