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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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)


11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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:



11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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)


11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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)


11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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)


11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11682

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