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
1024 |
# File 'sig/client.rbs', line 1024
def analysis_id: () -> ::String
|
#arn ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def arn: () -> ::String
|
#deletion_time ⇒ ::Time
1025 |
# File 'sig/client.rbs', line 1025
def deletion_time: () -> ::Time
|
#request_id ⇒ ::String
1026 |
# File 'sig/client.rbs', line 1026
def request_id: () -> ::String
|
#status ⇒ ::Integer
1022 |
# File 'sig/client.rbs', line 1022
def status: () -> ::Integer
|