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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 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.
20961 20962 20963 20964 20965 20966 20967 20968 20969 20970 |
# File 'lib/aws-sdk-datazone/types.rb', line 20961 class UpdateSubscriptionGrantStatusInput < Struct.new( :asset_identifier, :domain_identifier, :failure_cause, :identifier, :status, :target_name) SENSITIVE = [] include Aws::Structure end |