Class: Aws::Types::ApplicationOperationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def end_time
  @end_time
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def operation
  @operation
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def operation_id
  @operation_id
end

#operation_status"IN_PROGRESS", ...

Returns the value of attribute operation_status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "SUCCESSFUL", "FAILED")


215
216
217
# File 'sig/types.rbs', line 215

def operation_status
  @operation_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


213
214
215
# File 'sig/types.rbs', line 213

def start_time
  @start_time
end