Class: Aws::Types::ExecuteStatementResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementResponse
- 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.
-
#formatted_records ⇒ ::String
Returns the value of attribute formatted_records.
-
#generated_fields ⇒ ::Array[Types::Field]
Returns the value of attribute generated_fields.
-
#number_of_records_updated ⇒ ::Integer
Returns the value of attribute number_of_records_updated.
-
#records ⇒ ::Array[::Array[Types::Field]]
Returns the value of attribute records.
Instance Attribute Details
#column_metadata ⇒ ::Array[Types::ColumnMetadata]
Returns the value of attribute column_metadata.
152 153 154 |
# File 'sig/types.rbs', line 152 def @column_metadata end |
#formatted_records ⇒ ::String
Returns the value of attribute formatted_records.
155 156 157 |
# File 'sig/types.rbs', line 155 def formatted_records @formatted_records end |
#generated_fields ⇒ ::Array[Types::Field]
Returns the value of attribute generated_fields.
154 155 156 |
# File 'sig/types.rbs', line 154 def generated_fields @generated_fields end |
#number_of_records_updated ⇒ ::Integer
Returns the value of attribute number_of_records_updated.
153 154 155 |
# File 'sig/types.rbs', line 153 def number_of_records_updated @number_of_records_updated end |
#records ⇒ ::Array[::Array[Types::Field]]
Returns the value of attribute records.
151 152 153 |
# File 'sig/types.rbs', line 151 def records @records end |