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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


2218
2219
2220
2221
2222
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2218

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