Class: Aws::MediaConnect::Types::InterfaceRequest

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

Overview

The VPC interface that you want to designate where the media stream is coming from or going to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the VPC interface.

Returns:

  • (String)


2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2406

class InterfaceRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end