Class: Aws::Proton::Types::ListEnvironmentAccountConnectionsInput

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_nameString

The environment name that's associated with each listed environment account connection.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3524

class ListEnvironmentAccountConnectionsInput < Struct.new(
  :environment_name,
  :max_results,
  :next_token,
  :requested_by,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of environment account connections to list.

Returns:

  • (Integer)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3524

class ListEnvironmentAccountConnectionsInput < Struct.new(
  :environment_name,
  :max_results,
  :next_token,
  :requested_by,
  :statuses)
  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 list of environment account connections that was previously requested.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3524

class ListEnvironmentAccountConnectionsInput < Struct.new(
  :environment_name,
  :max_results,
  :next_token,
  :requested_by,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#requested_byString

The type of account making the ListEnvironmentAccountConnections request.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3524

class ListEnvironmentAccountConnectionsInput < Struct.new(
  :environment_name,
  :max_results,
  :next_token,
  :requested_by,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

The status details for each listed environment account connection.

Returns:

  • (Array<String>)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3524

class ListEnvironmentAccountConnectionsInput < Struct.new(
  :environment_name,
  :max_results,
  :next_token,
  :requested_by,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end