Class: Aws::Evs::Types::DisassociateEipFromVlanResponse

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:



516
517
518
519
520
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 516

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