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
Note:
When making an API call, you may pass VpcInterfaceAttachment data as a hash:
{
vpc_interface_name: "__string",
}
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.
4363 4364 4365 4366 4367 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4363 class VpcInterfaceAttachment < Struct.new( :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |