Class: Aws::DataZone::Types::ListSubscriptionGrantsInput

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

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The identifier of the Amazon DataZone environment.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_idString

The ID of the owning project of the subscription grants.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Specifies the way of sorting the results of this action.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Specifies the sort order of this action.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#subscribed_listing_idString

The identifier of the subscribed listing.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_idString

The identifier of the subscription.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_target_idString

The identifier of the subscription target.

Returns:

  • (String)


10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-datazone/types.rb', line 10915

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :owning_project_id,
  :sort_by,
  :sort_order,
  :subscribed_listing_id,
  :subscription_id,
  :subscription_target_id)
  SENSITIVE = []
  include Aws::Structure
end