Class: Aws::DataZone::Types::CreateSubscriptionGrantInput

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

#asset_target_namesArray<Types::AssetTargetNameMap>

The names of the assets for which the subscription grant is created.

Returns:



4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which the subscription grant is created.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment in which the subscription grant is created.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#granted_entityTypes::GrantedEntityInput

The entity to which the subscription is to be granted.



4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_target_identifierString

The ID of the subscription target for which the subscription grant is created.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-datazone/types.rb', line 4710

class CreateSubscriptionGrantInput < Struct.new(
  :asset_target_names,
  :client_token,
  :domain_identifier,
  :environment_identifier,
  :granted_entity,
  :subscription_target_identifier)
  SENSITIVE = []
  include Aws::Structure
end