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_names ⇒ Array<Types::AssetTargetNameMap>

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

Returns:



5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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

#client_token ⇒ String

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)


5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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

#domain_identifier ⇒ String

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

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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

#environment_identifier ⇒ String

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

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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

#granted_entity ⇒ Types::GrantedEntityInput

The entity to which the subscription is to be granted.



5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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

#subscription_target_identifier ⇒ String

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

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

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