Class: Aws::DataZone::Types::UpdateSubscriptionTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionTargetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#applicable_asset_types ⇒ Array<String>
The applicable asset types to be updated as part of the ‘UpdateSubscriptionTarget` action.
-
#authorized_principals ⇒ Array<String>
The authorized principals to be updated as part of the ‘UpdateSubscriptionTarget` action.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
-
#environment_identifier ⇒ String
The identifier of the environment in which a subscription target is to be updated.
-
#identifier ⇒ String
Identifier of the subscription target that is to be updated.
-
#manage_access_role ⇒ String
The manage access role to be updated as part of the ‘UpdateSubscriptionTarget` action.
-
#name ⇒ String
The name to be updated as part of the ‘UpdateSubscriptionTarget` action.
-
#provider ⇒ String
The provider to be updated as part of the ‘UpdateSubscriptionTarget` action.
-
#subscription_target_config ⇒ Array<Types::SubscriptionTargetForm>
The configuration to be updated as part of the ‘UpdateSubscriptionTarget` action.
Instance Attribute Details
#applicable_asset_types ⇒ Array<String>
The applicable asset types to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#authorized_principals ⇒ Array<String>
The authorized principals to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#environment_identifier ⇒ String
The identifier of the environment in which a subscription target is to be updated.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#identifier ⇒ String
Identifier of the subscription target that is to be updated.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#manage_access_role ⇒ String
The manage access role to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#provider ⇒ String
The provider to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |
#subscription_target_config ⇒ Array<Types::SubscriptionTargetForm>
The configuration to be updated as part of the ‘UpdateSubscriptionTarget` action.
16679 16680 16681 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 |
# File 'lib/aws-sdk-datazone/types.rb', line 16679 class UpdateSubscriptionTargetInput < Struct.new( :applicable_asset_types, :authorized_principals, :domain_identifier, :environment_identifier, :identifier, :manage_access_role, :name, :provider, :subscription_target_config) SENSITIVE = [:name] include Aws::Structure end |