Class: Aws::Types::AddFlowOutputsRequest

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)


96
97
98
# File 'sig/types.rbs', line 96

def flow_arn
  @flow_arn
end

#outputs::Array[Types::AddOutputRequest]

Returns the value of attribute outputs.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def outputs
  @outputs
end