Class: Aws::DataZone::Types::ListConnectionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where you want to list connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_identifierString

The ID of the environment where you want to list connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_resultsInteger

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.

Returns:

  • (Integer)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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

#nameString

The name of the connection.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_tokenString

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.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_identifierString

The ID of the project where you want to list connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_byString

Specifies how you want to sort the listed connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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_orderString

Specifies the sort order for the listed connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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

#typeString

The type of connection.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
# File 'lib/aws-sdk-datazone/types.rb', line 11559

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