Module: Aws::MediaConnect::Client::_RemoveFlowVpcInterfaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RemoveFlowVpcInterfaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #flow_arn ⇒ ::String
- #non_deleted_network_interface_ids ⇒ ::Array[::String]
- #vpc_interface_name ⇒ ::String
Instance Method Details
#flow_arn ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def flow_arn: () -> ::String
|
#non_deleted_network_interface_ids ⇒ ::Array[::String]
809 |
# File 'sig/client.rbs', line 809
def non_deleted_network_interface_ids: () -> ::Array[::String]
|
#vpc_interface_name ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def vpc_interface_name: () -> ::String
|