Class: Aws::MediaConnect::Types::RemoveFlowVpcInterfaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn ⇒ String

The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.

Returns:

  • (String)


5827
5828
5829
5830
5831
5832
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5827

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

#vpc_interface_name ⇒ String

The name of the VPC interface that you want to remove.

Returns:

  • (String)


5827
5828
5829
5830
5831
5832
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5827

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