Class: Aws::DataZone::Types::CreateSubscriptionGrantInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateSubscriptionGrantInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_target_names ⇒ Array<Types::AssetTargetNameMap>
The names of the assets for which the subscription grant is created.
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the subscription grant is created.
-
#environment_identifier ⇒ String
The ID of the environment in which the subscription grant is created.
-
#granted_entity ⇒ Types::GrantedEntityInput
The entity to which the subscription is to be granted.
-
#subscription_target_identifier ⇒ String
The ID of the subscription target for which the subscription grant is created.
Instance Attribute Details
#asset_target_names ⇒ Array<Types::AssetTargetNameMap>
The names of the assets for which the subscription grant is created.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 class CreateSubscriptionGrantInput < Struct.new( :asset_target_names, :client_token, :domain_identifier, :environment_identifier, :granted_entity, :subscription_target_identifier) 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.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 class CreateSubscriptionGrantInput < Struct.new( :asset_target_names, :client_token, :domain_identifier, :environment_identifier, :granted_entity, :subscription_target_identifier) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the subscription grant is created.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 class CreateSubscriptionGrantInput < Struct.new( :asset_target_names, :client_token, :domain_identifier, :environment_identifier, :granted_entity, :subscription_target_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment in which the subscription grant is created.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 class CreateSubscriptionGrantInput < Struct.new( :asset_target_names, :client_token, :domain_identifier, :environment_identifier, :granted_entity, :subscription_target_identifier) SENSITIVE = [] include Aws::Structure end |
#granted_entity ⇒ Types::GrantedEntityInput
The entity to which the subscription is to be granted.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 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_identifier ⇒ String
The ID of the subscription target for which the subscription grant is created.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'lib/aws-sdk-datazone/types.rb', line 3570 class CreateSubscriptionGrantInput < Struct.new( :asset_target_names, :client_token, :domain_identifier, :environment_identifier, :granted_entity, :subscription_target_identifier) SENSITIVE = [] include Aws::Structure end |