Class: Aws::Types::ExecuteStatementResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_metadata::Array[Types::ColumnMetadata]

Returns the value of attribute column_metadata.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def 
  @column_metadata
end

#formatted_records::String

Returns the value of attribute formatted_records.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def records
  @records
end