Class: Aws::DataZone::Types::ListSubscriptionRequestsInput

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

#approver_project_idString

The identifier of the subscription request approver’s project.

Returns:

  • (String)


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_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_idString

The identifier of the project for the subscription requests.

Returns:

  • (String)


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_byString

Specifies the way to sort the results of this action.

Returns:

  • (String)


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_orderString

Specifies the sort order for the results of this action.

Returns:

  • (String)


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

#statusString

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>

Returns:

  • (String)


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_idString

The identifier of the subscribed listing.

Returns:

  • (String)


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