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
1592 |
# File 'sig/client.rbs', line 1592
def analysis_id: () -> ::String
|
#definition ⇒ Types::AnalysisDefinition
1597 |
# File 'sig/client.rbs', line 1597
def definition: () -> Types::AnalysisDefinition
|
#errors ⇒ ::Array[Types::AnalysisError]
1594 |
# File 'sig/client.rbs', line 1594
def errors: () -> ::Array[Types::AnalysisError]
|
#name ⇒ ::String
1593 |
# File 'sig/client.rbs', line 1593
def name: () -> ::String
|
#request_id ⇒ ::String
1599 |
# File 'sig/client.rbs', line 1599
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
1595 |
# File 'sig/client.rbs', line 1595
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
1598 |
# File 'sig/client.rbs', line 1598
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
1596 |
# File 'sig/client.rbs', line 1596
def theme_arn: () -> ::String
|