Class: Aws::Types::RemoveFlowOutputRequest

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)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def flow_arn
  @flow_arn
end

#output_arn::String

Returns the value of attribute output_arn.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def output_arn
  @output_arn
end