Class: Aws::Proton::Types::ListEnvironmentAccountConnectionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentAccountConnectionsInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_name ⇒ String
The environment name that's associated with each listed environment account connection.
-
#max_results ⇒ Integer
The maximum number of environment account connections to list.
-
#next_token ⇒ String
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.
-
#requested_by ⇒ String
The type of account making the
ListEnvironmentAccountConnections
request. -
#statuses ⇒ Array<String>
The status details for each listed environment account connection.
Instance Attribute Details
#environment_name ⇒ String
The environment name that's associated with each listed environment account connection.
3057 3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3057 class ListEnvironmentAccountConnectionsInput < Struct.new( :environment_name, :max_results, :next_token, :requested_by, :statuses) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of environment account connections to list.
3057 3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3057 class ListEnvironmentAccountConnectionsInput < Struct.new( :environment_name, :max_results, :next_token, :requested_by, :statuses) 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 list of environment account connections that was previously requested.
3057 3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3057 class ListEnvironmentAccountConnectionsInput < Struct.new( :environment_name, :max_results, :next_token, :requested_by, :statuses) SENSITIVE = [] include Aws::Structure end |
#requested_by ⇒ String
The type of account making the ListEnvironmentAccountConnections
request.
3057 3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3057 class ListEnvironmentAccountConnectionsInput < Struct.new( :environment_name, :max_results, :next_token, :requested_by, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
The status details for each listed environment account connection.
3057 3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3057 class ListEnvironmentAccountConnectionsInput < Struct.new( :environment_name, :max_results, :next_token, :requested_by, :statuses) SENSITIVE = [] include Aws::Structure end |