Module: Aws::RedshiftDataAPIService::Client::_ExecuteStatementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExecuteStatementOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cluster_identifier ⇒ ::String
- #created_at ⇒ ::Time
- #database ⇒ ::String
- #db_groups ⇒ ::Array[::String]
- #db_user ⇒ ::String
- #has_result_set ⇒ Boolean
- #id ⇒ ::String
- #redshift_pid ⇒ ::Integer
- #secret_arn ⇒ ::String
- #session_id ⇒ ::String
- #status ⇒ "SUBMITTED", ...
- #workgroup_name ⇒ ::String
Instance Method Details
#cluster_identifier ⇒ ::String
188 |
# File 'sig/client.rbs', line 188 def cluster_identifier: () -> ::String |
#created_at ⇒ ::Time
187 |
# File 'sig/client.rbs', line 187 def created_at: () -> ::Time |
#database ⇒ ::String
191 |
# File 'sig/client.rbs', line 191 def database: () -> ::String |
#db_groups ⇒ ::Array[::String]
190 |
# File 'sig/client.rbs', line 190 def db_groups: () -> ::Array[::String] |
#db_user ⇒ ::String
189 |
# File 'sig/client.rbs', line 189 def db_user: () -> ::String |
#has_result_set ⇒ Boolean
197 |
# File 'sig/client.rbs', line 197 def has_result_set: () -> bool |
#id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186 def id: () -> ::String |
#redshift_pid ⇒ ::Integer
196 |
# File 'sig/client.rbs', line 196 def redshift_pid: () -> ::Integer |
#secret_arn ⇒ ::String
192 |
# File 'sig/client.rbs', line 192 def secret_arn: () -> ::String |
#session_id ⇒ ::String
194 |
# File 'sig/client.rbs', line 194 def session_id: () -> ::String |
#status ⇒ "SUBMITTED", ...
195 |
# File 'sig/client.rbs', line 195 def status: () -> ("SUBMITTED" | "PICKED" | "STARTED" | "FINISHED" | "ABORTED" | "FAILED") |
#workgroup_name ⇒ ::String
193 |
# File 'sig/client.rbs', line 193 def workgroup_name: () -> ::String |