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:



2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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.



2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2424

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