Module: Aws::QuickSight::Client::_DeleteAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_id ⇒ ::String
- #arn ⇒ ::String
- #deletion_time ⇒ ::Time
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#analysis_id ⇒ ::String
1021 |
# File 'sig/client.rbs', line 1021
def analysis_id: () -> ::String
|
#arn ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def arn: () -> ::String
|
#deletion_time ⇒ ::Time
1022 |
# File 'sig/client.rbs', line 1022
def deletion_time: () -> ::Time
|
#request_id ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def request_id: () -> ::String
|
#status ⇒ ::Integer
1019 |
# File 'sig/client.rbs', line 1019
def status: () -> ::Integer
|