Class: Aws::Types::UpdatePreparedStatementInput

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)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def description
  @description
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def query_statement
  @query_statement
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def statement_name
  @statement_name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def work_group
  @work_group
end