Class: Aws::Types::UpdateProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guidance ⇒ "DEFAULT", "DEPRECATED"
Returns the value of attribute guidance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def accept_language @accept_language end |
#active ⇒ Boolean
Returns the value of attribute active.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def active @active end |
#description ⇒ ::String
Returns the value of attribute description.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def description @description end |
#guidance ⇒ "DEFAULT", "DEPRECATED"
Returns the value of attribute guidance.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def guidance @guidance end |
#name ⇒ ::String
Returns the value of attribute name.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def name @name end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def provisioning_artifact_id @provisioning_artifact_id end |