Class: Aws::Evs::Types::AssociateEipToVlanResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vlanTypes::Vlan

The VLANs that Amazon EVS creates during environment creation.

Returns:



87
88
89
90
91
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 87

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