Class: Aws::Types::ProvisioningArtifact
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guidance ⇒ "DEFAULT", "DEPRECATED"
Returns the value of attribute guidance.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def description @description end |
#guidance ⇒ "DEFAULT", "DEPRECATED"
Returns the value of attribute guidance.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def guidance @guidance end |
#id ⇒ ::String
Returns the value of attribute id.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def name @name end |