Class: Aws::Types::RemoveFlowSourceResponse

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)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def flow_arn
  @flow_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def source_arn
  @source_arn
end