Class: Aws::Types::AddFlowOutputsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def flow_arn
  @flow_arn
end

#outputs::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def outputs
  @outputs
end