Class: Aws::Types::FlowOperationMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_operation_id::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def flow_operation_id
  @flow_operation_id
end

#flow_operation_status"COMPLETED", ...

Returns the value of attribute flow_operation_status.

Returns:

  • ("COMPLETED", "IN_PROGRESS", "FAILED", "COMPLETED_WITH_ERRORS")


926
927
928
# File 'sig/types.rbs', line 926

def flow_operation_status
  @flow_operation_status
end

#flow_operation_type"FLOW_FLUSH", "FLOW_CAPTURE"

Returns the value of attribute flow_operation_type.

Returns:

  • ("FLOW_FLUSH", "FLOW_CAPTURE")


924
925
926
# File 'sig/types.rbs', line 924

def flow_operation_type
  @flow_operation_type
end

#flow_request_timestamp::Time

Returns the value of attribute flow_request_timestamp.

Returns:

  • (::Time)


925
926
927
# File 'sig/types.rbs', line 925

def flow_request_timestamp
  @flow_request_timestamp
end