Class: Aws::Evs::Types::ListEnvironmentVlansResponse

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

#environment_vlansArray<Types::Vlan>

A list of VLANs that are associated with the specified environment.

Returns:



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_tokenString

A unique pagination token for next page results. Make the call again using this token to retrieve the next page.

Returns:

  • (String)


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