Class: Aws::MediaConnect::Types::VpcInterfaceAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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

Instance Attribute Details

#vpc_interface_nameString

The name of the VPC interface to use for this resource.

Returns:

  • (String)


5186
5187
5188
5189
5190
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5186

class VpcInterfaceAttachment < Struct.new(
  :vpc_interface_name)
  SENSITIVE = []
  include Aws::Structure
end