Class: Aws::Evs::Types::ListEnvironmentVlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ListEnvironmentVlansResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_vlans ⇒ Array<Types::Vlan>
A list of VLANs that are associated with the specified environment.
-
#next_token ⇒ String
A unique pagination token for next page results.
Instance Attribute Details
#environment_vlans ⇒ Array<Types::Vlan>
A list of VLANs that are associated with the specified environment.
1137 1138 1139 1140 1141 1142 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1137 class ListEnvironmentVlansResponse < Struct.new( :next_token, :environment_vlans) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A unique pagination token for next page results. Make the call again using this token to retrieve the next page.
1137 1138 1139 1140 1141 1142 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1137 class ListEnvironmentVlansResponse < Struct.new( :next_token, :environment_vlans) SENSITIVE = [] include Aws::Structure end |