Class: Aws::Types::AddFlowVpcInterfacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowVpcInterfacesResponse
- 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::VpcInterface]
Returns the value of attribute vpc_interfaces.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
126 127 128 |
# File 'sig/types.rbs', line 126 def flow_arn @flow_arn end |
#vpc_interfaces ⇒ ::Array[Types::VpcInterface]
Returns the value of attribute vpc_interfaces.
127 128 129 |
# File 'sig/types.rbs', line 127 def vpc_interfaces @vpc_interfaces end |