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
980 |
# File 'sig/client.rbs', line 980
def analysis_id: () -> ::String
|
#arn ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def arn: () -> ::String
|
#deletion_time ⇒ ::Time
981 |
# File 'sig/client.rbs', line 981
def deletion_time: () -> ::Time
|
#request_id ⇒ ::String
982 |
# File 'sig/client.rbs', line 982
def request_id: () -> ::String
|
#status ⇒ ::Integer
978 |
# File 'sig/client.rbs', line 978
def status: () -> ::Integer
|