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)


5296
5297
5298
5299
5300
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5296

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