Class: Aws::Types::DescribeFlowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::FlowDetail

Returns the value of attribute flow.

Returns:



4935
4936
4937
# File 'sig/types.rbs', line 4935

def flow
  @flow
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4936
4937
4938
# File 'sig/types.rbs', line 4936

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4937
4938
4939
# File 'sig/types.rbs', line 4937

def status
  @status
end