Class: Aws::Types::BatchGetPreparedStatementInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#prepared_statement_names::Array[::String]

Returns the value of attribute prepared_statement_names.

Returns:

  • (::Array[::String])


42
43
44
# File 'sig/types.rbs', line 42

def prepared_statement_names
  @prepared_statement_names
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def work_group
  @work_group
end