Class: Aws::Types::GetStatementResultV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetStatementResultV2Response
- 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[Types::QueryRecords]
Returns the value of attribute records.
-
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
-
#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.
242 243 244 |
# File 'sig/types.rbs', line 242 def @column_metadata end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
245 246 247 |
# File 'sig/types.rbs', line 245 def next_token @next_token end |
#records ⇒ ::Array[Types::QueryRecords]
Returns the value of attribute records.
241 242 243 |
# File 'sig/types.rbs', line 241 def records @records end |
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
244 245 246 |
# File 'sig/types.rbs', line 244 def result_format @result_format end |
#total_num_rows ⇒ ::Integer
Returns the value of attribute total_num_rows.
243 244 245 |
# File 'sig/types.rbs', line 243 def total_num_rows @total_num_rows end |