Class: Aws::MediaConnect::Types::VpcInterfaceAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::VpcInterfaceAttachment
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for attaching a VPC interface to an output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_interface_name ⇒ String
The name of the VPC interface to use for this output.
Instance Attribute Details
#vpc_interface_name ⇒ String
The name of the VPC interface to use for this output.
3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3372 class VpcInterfaceAttachment < Struct.new( :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |