Class: Aws::Evs::Types::ListEnvironmentConnectorsResponse

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

#connectorsArray<Types::Connector>

A list of connectors in the environment.

Returns:



1547
1548
1549
1550
1551
1552
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1547

class ListEnvironmentConnectorsResponse < Struct.new(
  :next_token,
  :connectors)
  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)


1547
1548
1549
1550
1551
1552
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1547

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