You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::RemoveFlowVpcInterfaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of a successful RemoveFlowVpcInterface request including the flow ARN and the VPC interface name that was removed.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that is associated with the VPC interface you removed.

Returns:

  • (String)

    The ARN of the flow that is associated with the VPC interface you removed.

#non_deleted_network_interface_idsArray<String>

IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

Returns:

  • (Array<String>)

    IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

#vpc_interface_nameString

The name of the VPC interface that was removed.

Returns:

  • (String)

    The name of the VPC interface that was removed.