Class: Aws::Evs::Types::ListEnvironmentConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ListEnvironmentConnectorsResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectors ⇒ Array<Types::Connector>
A list of connectors in the environment.
-
#next_token ⇒ String
A unique pagination token for next page results.
Instance Attribute Details
#connectors ⇒ Array<Types::Connector>
A list of connectors in the environment.
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_token ⇒ String
A unique pagination token for next page results. Make the call again using this token to retrieve the next page.
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 |