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:



1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1641

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)


1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1641

class ListEnvironmentVlansResponse < Struct.new(
  :next_token,
  :environment_vlans)
  SENSITIVE = []
  include Aws::Structure
end