Class: Aws::Types::ExecuteStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
179 180 181 |
# File 'sig/types.rbs', line 179 def cluster_identifier @cluster_identifier end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
178 179 180 |
# File 'sig/types.rbs', line 178 def created_at @created_at end |
#database ⇒ ::String
Returns the value of attribute database.
182 183 184 |
# File 'sig/types.rbs', line 182 def database @database end |
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
181 182 183 |
# File 'sig/types.rbs', line 181 def db_groups @db_groups end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
180 181 182 |
# File 'sig/types.rbs', line 180 def db_user @db_user end |
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
188 189 190 |
# File 'sig/types.rbs', line 188 def has_result_set @has_result_set end |
#id ⇒ ::String
Returns the value of attribute id.
177 178 179 |
# File 'sig/types.rbs', line 177 def id @id end |
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
187 188 189 |
# File 'sig/types.rbs', line 187 def redshift_pid @redshift_pid end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def secret_arn @secret_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def session_id @session_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
186 187 188 |
# File 'sig/types.rbs', line 186 def status @status end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def workgroup_name @workgroup_name end |