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

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

#approver_project_idString

The identifier of the subscription request approver's project.

Returns:

  • (String)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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.

Returns:

  • (String)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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)


7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7765

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