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

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

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

class ListSubscriptionGrantsInput < Struct.new(
  :domain_identifier,
  :environment_id,
  :max_results,
  :next_token,
  :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)


7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7679

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