Class: Aws::DataZone::Types::UpdateSubscriptionTargetInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_asset_typesArray<String>

The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

Returns:

  • (Array<String>)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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_principalsArray<String>

The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

Returns:

  • (Array<String>)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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_identifierString

The identifier of the Amazon DataZone domain in which a subscription target is to be updated.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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_identifierString

The identifier of the environment in which a subscription target is to be updated.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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

#identifierString

Identifier of the subscription target that is to be updated.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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_roleString

The manage access role to be updated as part of the UpdateSubscriptionTarget action.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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

#nameString

The name to be updated as part of the UpdateSubscriptionTarget action.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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

#providerString

The provider to be updated as part of the UpdateSubscriptionTarget action.

Returns:

  • (String)


11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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_configArray<Types::SubscriptionTargetForm>

The configuration to be updated as part of the UpdateSubscriptionTarget action.

Returns:



11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11900

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