Class: Aws::Types::StatementData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


396
397
398
# File 'sig/types.rbs', line 396

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def id
  @id
end

#is_batch_statementBoolean

Returns the value of attribute is_batch_statement.

Returns:

  • (Boolean)


399
400
401
# File 'sig/types.rbs', line 399

def is_batch_statement
  @is_batch_statement
end

#query_parameters::Array[Types::SqlParameter]

Returns the value of attribute query_parameters.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def query_parameters
  @query_parameters
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def query_string
  @query_string
end

#query_strings::Array[::String]

Returns the value of attribute query_strings.

Returns:

  • (::Array[::String])


392
393
394
# File 'sig/types.rbs', line 392

def query_strings
  @query_strings
end

#result_format"JSON", "CSV"

Returns the value of attribute result_format.

Returns:

  • ("JSON", "CSV")


400
401
402
# File 'sig/types.rbs', line 400

def result_format
  @result_format
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def session_id
  @session_id
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def statement_name
  @statement_name
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PICKED", "STARTED", "FINISHED", "ABORTED", "FAILED", "ALL")


394
395
396
# File 'sig/types.rbs', line 394

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


397
398
399
# File 'sig/types.rbs', line 397

def updated_at
  @updated_at
end