Class: Aws::Evs::Types::DisassociateEipFromVlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DisassociateEipFromVlanResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vlan ⇒ Types::Vlan
The VLANs that Amazon EVS creates during environment creation.
Instance Attribute Details
#vlan ⇒ Types::Vlan
The VLANs that Amazon EVS creates during environment creation.
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 |