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
1634 |
# File 'sig/client.rbs', line 1634
def analysis_id: () -> ::String
|
#definition ⇒ Types::AnalysisDefinition
1639 |
# File 'sig/client.rbs', line 1639
def definition: () -> Types::AnalysisDefinition
|
#errors ⇒ ::Array[Types::AnalysisError]
1636 |
# File 'sig/client.rbs', line 1636
def errors: () -> ::Array[Types::AnalysisError]
|
#name ⇒ ::String
1635 |
# File 'sig/client.rbs', line 1635
def name: () -> ::String
|
#request_id ⇒ ::String
1641 |
# File 'sig/client.rbs', line 1641
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1637 |
# File 'sig/client.rbs', line 1637
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1640 |
# File 'sig/client.rbs', line 1640
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1638 |
# File 'sig/client.rbs', line 1638
def theme_arn: () -> ::String
|