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)


7331
7332
7333
# File 'sig/types.rbs', line 7331

def code
  @code
end

#completed_on::Integer

Returns the value of attribute completed_on.

Returns:

  • (::Integer)


7336
7337
7338
# File 'sig/types.rbs', line 7336

def completed_on
  @completed_on
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


7330
7331
7332
# File 'sig/types.rbs', line 7330

def id
  @id
end

#outputTypes::StatementOutput

Returns the value of attribute output.



7333
7334
7335
# File 'sig/types.rbs', line 7333

def output
  @output
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


7334
7335
7336
# File 'sig/types.rbs', line 7334

def progress
  @progress
end

#started_on::Integer

Returns the value of attribute started_on.

Returns:

  • (::Integer)


7335
7336
7337
# File 'sig/types.rbs', line 7335

def started_on
  @started_on
end

#state"WAITING", ...

Returns the value of attribute state.

Returns:

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


7332
7333
7334
# File 'sig/types.rbs', line 7332

def state
  @state
end