Class: Aws::Types::DisassociateServiceActionFromProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateServiceActionFromProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
-
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
636 637 638 |
# File 'sig/types.rbs', line 636 def accept_language @accept_language end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
637 638 639 |
# File 'sig/types.rbs', line 637 def idempotency_token @idempotency_token end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
633 634 635 |
# File 'sig/types.rbs', line 633 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def provisioning_artifact_id @provisioning_artifact_id end |
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def service_action_id @service_action_id end |