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