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)


3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3461

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


3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3461

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)


3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3461

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