Class: Aws::MediaConnect::Types::InterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::InterfaceRequest
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the VPC interface.
Instance Attribute Details
#name ⇒ String
The name of the VPC interface.
2276 2277 2278 2279 2280 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2276 class InterfaceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |