Class: Aws::DataZone::Types::UpdateSubscriptionGrantStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionGrantStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_identifier ⇒ String
The identifier of the asset the subscription grant status of which is to be updated.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
-
#failure_cause ⇒ Types::FailureCause
Specifies the error message that is returned if the operation cannot be successfully completed.
-
#identifier ⇒ String
The identifier of the subscription grant the status of which is to be updated.
-
#status ⇒ String
The status to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.
-
#target_name ⇒ String
The target name to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.
Instance Attribute Details
#asset_identifier ⇒ String
The identifier of the asset the subscription grant status of which is to be updated.
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_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
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_cause ⇒ Types::FailureCause
Specifies the error message that is returned if the operation cannot be successfully completed.
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 |
#identifier ⇒ String
The identifier of the subscription grant the status of which is to be updated.
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 |
#status ⇒ String
The status to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.
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_name ⇒ String
The target name to be updated as part of the ‘UpdateSubscriptionGrantStatus` action.
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 |