Class: Aws::DataZone::Types::ListSubscriptionTargetsInput

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 identifier of the Amazon DataZone domain where you want to list subscription targets.

Returns:

  • (String)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The identifier of the environment where you want to list subscription targets.

Returns:

  • (String)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of subscription targets to return in a single call to ‘ListSubscriptionTargets`. When the number of subscription targets 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 `ListSubscriptionTargets` to list the next set of subscription targets.

Returns:

  • (Integer)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of subscription targets 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 subscription targets, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListSubscriptionTargets` to list the next set of subscription targets.

Returns:

  • (String)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Specifies the way in which the results of this action are to be sorted.

Returns:

  • (String)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Specifies the sort order for the results of this action.

Returns:

  • (String)


11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
# File 'lib/aws-sdk-datazone/types.rb', line 11084

class ListSubscriptionTargetsInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end