Class: Aws::DataZone::Types::ListSubscriptionTargetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListSubscriptionTargetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain where you want to list subscription targets.
-
#environment_identifier ⇒ String
The identifier of the environment where you want to list subscription targets.
-
#max_results ⇒ Integer
The maximum number of subscription targets to return in a single call to ‘ListSubscriptionTargets`.
-
#next_token ⇒ String
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`.
-
#sort_by ⇒ String
Specifies the way in which the results of this action are to be sorted.
-
#sort_order ⇒ String
Specifies the sort order for the results of this action.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain where you want to list subscription targets.
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_identifier ⇒ String
The identifier of the environment where you want to list subscription targets.
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_results ⇒ Integer
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.
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_token ⇒ String
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.
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_by ⇒ String
Specifies the way in which the results of this action are to be sorted.
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_order ⇒ String
Specifies the sort order for the results of this action.
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 |