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
1128 |
# File 'sig/client.rbs', line 1128
def analysis_id: () -> ::String
|
#arn ⇒ ::String
1127 |
# File 'sig/client.rbs', line 1127
def arn: () -> ::String
|
#deletion_time ⇒ ::Time
1129 |
# File 'sig/client.rbs', line 1129
def deletion_time: () -> ::Time
|
#request_id ⇒ ::String
1130 |
# File 'sig/client.rbs', line 1130
def request_id: () -> ::String
|
#status ⇒ ::Integer
1126 |
# File 'sig/client.rbs', line 1126
def status: () -> ::Integer
|