Class: Aws::Types::DeletePreparedStatementInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def statement_name
  @statement_name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def work_group
  @work_group
end