Class: Aws::Types::RemoveFlowSourceRequest

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)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def flow_arn
  @flow_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def source_arn
  @source_arn
end