Class: Aws::Types::Statement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


7341
7342
7343
# File 'sig/types.rbs', line 7341

def code
  @code
end

#completed_on::Integer

Returns the value of attribute completed_on.

Returns:

  • (::Integer)


7346
7347
7348
# File 'sig/types.rbs', line 7346

def completed_on
  @completed_on
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


7340
7341
7342
# File 'sig/types.rbs', line 7340

def id
  @id
end

#outputTypes::StatementOutput

Returns the value of attribute output.



7343
7344
7345
# File 'sig/types.rbs', line 7343

def output
  @output
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


7344
7345
7346
# File 'sig/types.rbs', line 7344

def progress
  @progress
end

#started_on::Integer

Returns the value of attribute started_on.

Returns:

  • (::Integer)


7345
7346
7347
# File 'sig/types.rbs', line 7345

def started_on
  @started_on
end

#state"WAITING", ...

Returns the value of attribute state.

Returns:

  • ("WAITING", "RUNNING", "AVAILABLE", "CANCELLING", "CANCELLED", "ERROR")


7342
7343
7344
# File 'sig/types.rbs', line 7342

def state
  @state
end