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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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)


7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7842

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