Class: Aws::Types::DescribeStatementResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStatementResponse
- 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_user ⇒ ::String
Returns the value of attribute db_user.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#execution_mode ⇒ "TRANSACTION", "AUTO_COMMIT"
Returns the value of attribute execution_mode.
-
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#query_parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute query_parameters.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
-
#redshift_query_id ⇒ ::Integer
Returns the value of attribute redshift_query_id.
-
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
-
#result_rows ⇒ ::Integer
Returns the value of attribute result_rows.
-
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
-
#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.
-
#sub_statements ⇒ ::Array[Types::SubStatementData]
Returns the value of attribute sub_statements.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
110 111 112 |
# File 'sig/types.rbs', line 110 def cluster_identifier @cluster_identifier end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
114 115 116 |
# File 'sig/types.rbs', line 114 def created_at @created_at end |
#database ⇒ ::String
Returns the value of attribute database.
109 110 111 |
# File 'sig/types.rbs', line 109 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
108 109 110 |
# File 'sig/types.rbs', line 108 def db_user @db_user end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
111 112 113 |
# File 'sig/types.rbs', line 111 def duration @duration end |
#error ⇒ ::String
Returns the value of attribute error.
112 113 114 |
# File 'sig/types.rbs', line 112 def error @error end |
#execution_mode ⇒ "TRANSACTION", "AUTO_COMMIT"
Returns the value of attribute execution_mode.
127 128 129 |
# File 'sig/types.rbs', line 127 def execution_mode @execution_mode end |
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
117 118 119 |
# File 'sig/types.rbs', line 117 def has_result_set @has_result_set end |
#id ⇒ ::String
Returns the value of attribute id.
106 107 108 |
# File 'sig/types.rbs', line 106 def id @id end |
#query_parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute query_parameters.
122 123 124 |
# File 'sig/types.rbs', line 122 def query_parameters @query_parameters end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
118 119 120 |
# File 'sig/types.rbs', line 118 def query_string @query_string end |
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
116 117 118 |
# File 'sig/types.rbs', line 116 def redshift_pid @redshift_pid end |
#redshift_query_id ⇒ ::Integer
Returns the value of attribute redshift_query_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def redshift_query_id @redshift_query_id end |
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
125 126 127 |
# File 'sig/types.rbs', line 125 def result_format @result_format end |
#result_rows ⇒ ::Integer
Returns the value of attribute result_rows.
119 120 121 |
# File 'sig/types.rbs', line 119 def result_rows @result_rows end |
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
120 121 122 |
# File 'sig/types.rbs', line 120 def result_size @result_size end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def secret_arn @secret_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def session_id @session_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
113 114 115 |
# File 'sig/types.rbs', line 113 def status @status end |
#sub_statements ⇒ ::Array[Types::SubStatementData]
Returns the value of attribute sub_statements.
123 124 125 |
# File 'sig/types.rbs', line 123 def sub_statements @sub_statements end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
115 116 117 |
# File 'sig/types.rbs', line 115 def updated_at @updated_at end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
124 125 126 |
# File 'sig/types.rbs', line 124 def workgroup_name @workgroup_name end |