Class: Aws::Types::BatchGetPreparedStatementOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#prepared_statements::Array[Types::PreparedStatement]

Returns the value of attribute prepared_statements.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def prepared_statements
  @prepared_statements
end

#unprocessed_prepared_statement_names::Array[Types::UnprocessedPreparedStatementName]

Returns the value of attribute unprocessed_prepared_statement_names.



49
50
51
# File 'sig/types.rbs', line 49

def unprocessed_prepared_statement_names
  @unprocessed_prepared_statement_names
end