Class: Aws::Types::CreatePreparedStatementInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def description
  @description
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def query_statement
  @query_statement
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def statement_name
  @statement_name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def work_group
  @work_group
end