Class: Aws::Proton::Types::ListEnvironmentAccountConnectionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_account_connectionsArray<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_tokenString

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.

Returns:

  • (String)


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