Class: Aws::Types::BridgeFlowSource

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)


282
283
284
# File 'sig/types.rbs', line 282

def flow_arn
  @flow_arn
end

#flow_vpc_interface_attachmentTypes::VpcInterfaceAttachment

Returns the value of attribute flow_vpc_interface_attachment.



283
284
285
# File 'sig/types.rbs', line 283

def flow_vpc_interface_attachment
  @flow_vpc_interface_attachment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def name
  @name
end

#output_arn::String

Returns the value of attribute output_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def output_arn
  @output_arn
end