Class: Aws::DataZone::Types::UpdateSubscriptionGrantStatusInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The identifier of the asset the subscription grant status of which is to be updated.

Returns:

  • (String)


16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

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

Returns:

  • (String)


16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#failure_causeTypes::FailureCause

Specifies the error message that is returned if the operation cannot be successfully completed.

Returns:



16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the subscription grant the status of which is to be updated.

Returns:

  • (String)


16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.

Returns:

  • (String)


16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_nameString

The target name to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.

Returns:

  • (String)


16451
16452
16453
16454
16455
16456
16457
16458
16459
16460
# File 'lib/aws-sdk-datazone/types.rb', line 16451

class UpdateSubscriptionGrantStatusInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :failure_cause,
  :identifier,
  :status,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end