Class: Aws::Types::PreparedStatement

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:



926
927
928
# File 'sig/types.rbs', line 926

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def last_modified_time
  @last_modified_time
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:



924
925
926
# File 'sig/types.rbs', line 924

def query_statement
  @query_statement
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:



923
924
925
# File 'sig/types.rbs', line 923

def statement_name
  @statement_name
end

#work_group_name::String

Returns the value of attribute work_group_name.

Returns:



925
926
927
# File 'sig/types.rbs', line 925

def work_group_name
  @work_group_name
end