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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2132

class RemoveFlowVpcInterfaceResponse < Struct.new(
  :flow_arn,
  :non_deleted_network_interface_ids,
  :vpc_interface_name)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2132

class RemoveFlowVpcInterfaceResponse < Struct.new(
  :flow_arn,
  :non_deleted_network_interface_ids,
  :vpc_interface_name)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_interface_nameString

The name of the VPC interface that was removed.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2132

class RemoveFlowVpcInterfaceResponse < Struct.new(
  :flow_arn,
  :non_deleted_network_interface_ids,
  :vpc_interface_name)
  SENSITIVE = []
  include Aws::Structure
end