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