Class: Aws::Types::ProvisioningArtifactSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifactSummary
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioning_artifact_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute provisioning_artifact_metadata.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def name @name end |
#provisioning_artifact_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute provisioning_artifact_metadata.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def end |