Class: Aws::DataZone::Types::ListSubscriptionRequestsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListSubscriptionRequestsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approver_project_id ⇒ String
The identifier of the subscription request approver’s project.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
-
#max_results ⇒ Integer
The maximum number of subscription requests to return in a single call to ‘ListSubscriptionRequests`.
-
#next_token ⇒ String
When the number of subscription requests 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 requests, the response includes a pagination token named `NextToken`.
-
#owning_project_id ⇒ String
The identifier of the project for the subscription requests.
-
#sort_by ⇒ String
Specifies the way to sort the results of this action.
-
#sort_order ⇒ String
Specifies the sort order for the results of this action.
-
#status ⇒ String
Specifies the status of the subscription requests.
-
#subscribed_listing_id ⇒ String
The identifier of the subscribed listing.
Instance Attribute Details
#approver_project_id ⇒ String
The identifier of the subscription request approver’s project.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of subscription requests to return in a single call to ‘ListSubscriptionRequests`. When the number of subscription requests 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 `ListSubscriptionRequests` to list the next set of subscription requests.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of subscription requests 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 requests, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListSubscriptionRequests` to list the next set of subscription requests.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#owning_project_id ⇒ String
The identifier of the project for the subscription requests.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Specifies the way to sort the results of this action.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Specifies the sort order for the results of this action.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of the subscription requests.
<note markdown=“1”> This is not a required parameter, but if not specified, by default, Amazon DataZone returns only ‘PENDING` subscription requests.
</note>
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |
#subscribed_listing_id ⇒ String
The identifier of the subscribed listing.
11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-datazone/types.rb', line 11007 class ListSubscriptionRequestsInput < Struct.new( :approver_project_id, :domain_identifier, :max_results, :next_token, :owning_project_id, :sort_by, :sort_order, :status, :subscribed_listing_id) SENSITIVE = [] include Aws::Structure end |