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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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.
20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'lib/aws-sdk-datazone/types.rb', line 20040 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 |