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)


2233
2234
2235
2236
2237
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2233

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