Class: Aws::DataZone::Types::ListConnectionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListConnectionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where you want to list connections.
-
#environment_identifier ⇒ String
The ID of the environment where you want to list connections.
-
#max_results ⇒ Integer
The maximum number of connections to return in a single call to ListConnections.
-
#name ⇒ String
The name of the connection.
-
#next_token ⇒ String
When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken.
-
#project_identifier ⇒ String
The ID of the project where you want to list connections.
-
#sort_by ⇒ String
Specifies how you want to sort the listed connections.
-
#sort_order ⇒ String
Specifies the sort order for the listed connections.
-
#type ⇒ String
The type of connection.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to list connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment where you want to list connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the connection.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#project_identifier ⇒ String
The ID of the project where you want to list connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Specifies how you want to sort the listed connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Specifies the sort order for the listed connections.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of connection.
12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 |
# File 'lib/aws-sdk-datazone/types.rb', line 12385 class ListConnectionsInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :sort_by, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |