Class: Aws::MediaConnect::Types::Interface

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

Overview

The VPC interface that is used for the media stream associated with the source or output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the VPC interface.

Returns:

  • (String)


2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2261

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