Class: Aws::Types::ProvisioningArtifactOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifactOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def description @description end |
#key ⇒ ::String
Returns the value of attribute key.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def key @key end |