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)


7368
7369
7370
# File 'sig/types.rbs', line 7368

def code
  @code
end

#completed_on::Integer

Returns the value of attribute completed_on.

Returns:

  • (::Integer)


7373
7374
7375
# File 'sig/types.rbs', line 7373

def completed_on
  @completed_on
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


7367
7368
7369
# File 'sig/types.rbs', line 7367

def id
  @id
end

#outputTypes::StatementOutput

Returns the value of attribute output.



7370
7371
7372
# File 'sig/types.rbs', line 7370

def output
  @output
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


7371
7372
7373
# File 'sig/types.rbs', line 7371

def progress
  @progress
end

#started_on::Integer

Returns the value of attribute started_on.

Returns:

  • (::Integer)


7372
7373
7374
# File 'sig/types.rbs', line 7372

def started_on
  @started_on
end

#state"WAITING", ...

Returns the value of attribute state.

Returns:

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


7369
7370
7371
# File 'sig/types.rbs', line 7369

def state
  @state
end