Class: Aws::Proton::Types::ListEnvironmentAccountConnectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentAccountConnectionsOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_account_connections ⇒ Array<Types::EnvironmentAccountConnectionSummary>
An array of environment account connections with details that's returned by Proton.
-
#next_token ⇒ String
A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
Instance Attribute Details
#environment_account_connections ⇒ Array<Types::EnvironmentAccountConnectionSummary>
An array of environment account connections with details that's returned by Proton.
2526 2527 2528 2529 2530 2531 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2526 class ListEnvironmentAccountConnectionsOutput < Struct.new( :environment_account_connections, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
2526 2527 2528 2529 2530 2531 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2526 class ListEnvironmentAccountConnectionsOutput < Struct.new( :environment_account_connections, :next_token) SENSITIVE = [] include Aws::Structure end |