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.
3547 3548 3549 3550 3551 3552 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3547 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.
3547 3548 3549 3550 3551 3552 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3547 class ListEnvironmentAccountConnectionsOutput < Struct.new( :environment_account_connections, :next_token) SENSITIVE = [] include Aws::Structure end |