Class: Aws::Types::RemoveFlowVpcInterfaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowVpcInterfaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#non_deleted_network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute non_deleted_network_interface_ids.
-
#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.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def flow_arn @flow_arn end |
#non_deleted_network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute non_deleted_network_interface_ids.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def non_deleted_network_interface_ids @non_deleted_network_interface_ids end |
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def vpc_interface_name @vpc_interface_name end |