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:



4713
4714
4715
# File 'sig/types.rbs', line 4713

def flow
  @flow
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4714
4715
4716
# File 'sig/types.rbs', line 4714

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4715
4716
4717
# File 'sig/types.rbs', line 4715

def status
  @status
end