Class: Aws::Types::OperationEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def operation_id
  @operation_id
end

#operation_type"CREATE_STACK", ...

Returns the value of attribute operation_type.

Returns:

  • ("CREATE_STACK", "UPDATE_STACK", "DELETE_STACK", "CONTINUE_ROLLBACK", "ROLLBACK", "CREATE_CHANGESET")


1259
1260
1261
# File 'sig/types.rbs', line 1259

def operation_type
  @operation_type
end