Class: Aws::Types::AddFlowVpcInterfacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowVpcInterfacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#vpc_interfaces ⇒ ::Array[Types::VpcInterfaceRequest]
Returns the value of attribute vpc_interfaces.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
120 121 122 |
# File 'sig/types.rbs', line 120 def flow_arn @flow_arn end |
#vpc_interfaces ⇒ ::Array[Types::VpcInterfaceRequest]
Returns the value of attribute vpc_interfaces.
121 122 123 |
# File 'sig/types.rbs', line 121 def vpc_interfaces @vpc_interfaces end |