Class: Aws::MediaConnect::Types::Interface
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::Interface
- 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
-
#name ⇒ String
The name of the VPC interface.
Instance Attribute Details
#name ⇒ String
The name of the VPC interface.
3245 3246 3247 3248 3249 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3245 class Interface < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |