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)


932
933
934
# File 'sig/types.rbs', line 932

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")


935
936
937
# File 'sig/types.rbs', line 935

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")


933
934
935
# File 'sig/types.rbs', line 933

def flow_operation_type
  @flow_operation_type
end

#flow_request_timestamp::Time

Returns the value of attribute flow_request_timestamp.

Returns:

  • (::Time)


934
935
936
# File 'sig/types.rbs', line 934

def flow_request_timestamp
  @flow_request_timestamp
end