Class: Aws::Types::AddBridgeFlowSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeFlowSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute flow_vpc_interface_attachment.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def flow_arn @flow_arn end |
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute flow_vpc_interface_attachment.
13 14 15 |
# File 'sig/types.rbs', line 13 def @flow_vpc_interface_attachment end |
#name ⇒ ::String
Returns the value of attribute name.
14 15 16 |
# File 'sig/types.rbs', line 14 def name @name end |