Class: Aws::Types::GetStatementResultResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStatementResultResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_metadata ⇒ ::Array[Types::ColumnMetadata]
Returns the value of attribute column_metadata.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#records ⇒ ::Array[::Array[Types::Field]]
Returns the value of attribute records.
-
#total_num_rows ⇒ ::Integer
Returns the value of attribute total_num_rows.
Instance Attribute Details
#column_metadata ⇒ ::Array[Types::ColumnMetadata]
Returns the value of attribute column_metadata.
227 228 229 |
# File 'sig/types.rbs', line 227 def @column_metadata end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
229 230 231 |
# File 'sig/types.rbs', line 229 def next_token @next_token end |
#records ⇒ ::Array[::Array[Types::Field]]
Returns the value of attribute records.
226 227 228 |
# File 'sig/types.rbs', line 226 def records @records end |
#total_num_rows ⇒ ::Integer
Returns the value of attribute total_num_rows.
228 229 230 |
# File 'sig/types.rbs', line 228 def total_num_rows @total_num_rows end |