Class: Aws::Types::RemoveFlowVpcInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowVpcInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def flow_arn @flow_arn end |
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def vpc_interface_name @vpc_interface_name end |