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)


7299
7300
7301
# File 'sig/types.rbs', line 7299

def code
  @code
end

#completed_on::Integer

Returns the value of attribute completed_on.

Returns:

  • (::Integer)


7304
7305
7306
# File 'sig/types.rbs', line 7304

def completed_on
  @completed_on
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


7298
7299
7300
# File 'sig/types.rbs', line 7298

def id
  @id
end

#outputTypes::StatementOutput

Returns the value of attribute output.



7301
7302
7303
# File 'sig/types.rbs', line 7301

def output
  @output
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


7302
7303
7304
# File 'sig/types.rbs', line 7302

def progress
  @progress
end

#started_on::Integer

Returns the value of attribute started_on.

Returns:

  • (::Integer)


7303
7304
7305
# File 'sig/types.rbs', line 7303

def started_on
  @started_on
end

#state"WAITING", ...

Returns the value of attribute state.

Returns:

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


7300
7301
7302
# File 'sig/types.rbs', line 7300

def state
  @state
end