Class: Aws::Types::AddBridgeFlowSourceRequest

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)


12
13
14
# File 'sig/types.rbs', line 12

def flow_arn
  @flow_arn
end

#flow_vpc_interface_attachmentTypes::VpcInterfaceAttachment

Returns the value of attribute flow_vpc_interface_attachment.



13
14
15
# File 'sig/types.rbs', line 13

def flow_vpc_interface_attachment
  @flow_vpc_interface_attachment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def name
  @name
end