Class: Aws::DataZone::Types::UpdateSubscriptionGrantStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionGrantStatusInput
- Defined in:
- gems/aws-sdk-datazone/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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 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.
19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19812 class UpdateSubscriptionGrantStatusInput < Struct.new( :asset_identifier, :domain_identifier, :failure_cause, :identifier, :status, :target_name) SENSITIVE = [] include Aws::Structure end |