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

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

#asset_target_namesArray<Types::AssetTargetNameMap>

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

Returns:



4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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)


4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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)


4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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)


4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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.



4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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)


4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4427

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