Class: Aws::Types::SubStatementData

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)


410
411
412
# File 'sig/types.rbs', line 410

def created_at
  @created_at
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


407
408
409
# File 'sig/types.rbs', line 407

def duration
  @duration
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def error
  @error
end

#has_result_setBoolean

Returns the value of attribute has_result_set.

Returns:

  • (Boolean)


416
417
418
# File 'sig/types.rbs', line 416

def has_result_set
  @has_result_set
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def id
  @id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def query_string
  @query_string
end

#redshift_query_id::Integer

Returns the value of attribute redshift_query_id.

Returns:

  • (::Integer)


415
416
417
# File 'sig/types.rbs', line 415

def redshift_query_id
  @redshift_query_id
end

#result_rows::Integer

Returns the value of attribute result_rows.

Returns:

  • (::Integer)


413
414
415
# File 'sig/types.rbs', line 413

def result_rows
  @result_rows
end

#result_size::Integer

Returns the value of attribute result_size.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def result_size
  @result_size
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


409
410
411
# File 'sig/types.rbs', line 409

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


411
412
413
# File 'sig/types.rbs', line 411

def updated_at
  @updated_at
end