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:



60
61
62
63
64
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 60

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