Class: Aws::Evs::Types::AssociateEipToVlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::AssociateEipToVlanResponse
- 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.
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 |