Class: Aws::MediaConnect::Types::AddFlowVpcInterfacesResponse

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

Overview

The result of a successful AddFlowVpcInterfaces request. The response includes the details of the newly added VPC interfaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that these VPC interfaces were added to.

Returns:

  • (String)


396
397
398
399
400
401
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 396

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

#vpc_interfacesArray<Types::VpcInterface>

The details of the newly added VPC interfaces.

Returns:



396
397
398
399
400
401
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 396

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