Module: Aws::RedshiftDataAPIService::Client::_BatchExecuteStatementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchExecuteStatementOutput]
- 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
86 |
# File 'sig/client.rbs', line 86
def cluster_identifier: () -> ::String
|
#created_at ⇒ ::Time
85 |
# File 'sig/client.rbs', line 85
def created_at: () -> ::Time
|
#database ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def database: () -> ::String
|
#db_groups ⇒ ::Array[::String]
88 |
# File 'sig/client.rbs', line 88
def db_groups: () -> ::Array[::String]
|
#db_user ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def db_user: () -> ::String
|
#has_result_set ⇒ Boolean
95 |
# File 'sig/client.rbs', line 95
def has_result_set: () -> bool
|
#id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def id: () -> ::String
|
#redshift_pid ⇒ ::Integer
94 |
# File 'sig/client.rbs', line 94
def redshift_pid: () -> ::Integer
|
#secret_arn ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def secret_arn: () -> ::String
|
#session_id ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def session_id: () -> ::String
|
#status ⇒ "SUBMITTED", ...
93 |
# File 'sig/client.rbs', line 93
def status: () -> ("SUBMITTED" | "PICKED" | "STARTED" | "FINISHED" | "ABORTED" | "FAILED")
|
#workgroup_name ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def workgroup_name: () -> ::String
|