Class: Aws::DataZone::Types::ListSubscriptionsInput

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 project for the subscription’s approver.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of subscriptions to return in a single call to ‘ListSubscriptions`. When the number of subscriptions 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 `ListSubscriptions` to list the next set of Subscriptions.

Returns:

  • (Integer)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of subscriptions 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 subscriptions, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListSubscriptions` to list the next set of subscriptions.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_idString

The identifier of the owning project.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Specifies the way in which the results of this action are to be sorted.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Specifies the sort order for the results of this action.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the subscriptions that you want to list.

<note markdown=“1”> This is not a required parameter, but if not provided, by default, Amazon DataZone returns only ‘APPROVED` subscriptions.

</note>

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#subscribed_listing_idString

The identifier of the subscribed listing for the subscriptions that you want to list.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_request_identifierString

The identifier of the subscription request for the subscriptions that you want to list.

Returns:

  • (String)


11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
# File 'lib/aws-sdk-datazone/types.rb', line 11177

class ListSubscriptionsInput < Struct.new(
  :approver_project_id,
  :domain_identifier,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :status,
  :subscribed_listing_id,
  :subscription_request_identifier)
  SENSITIVE = []
  include Aws::Structure
end