Class: Aws::Types::ProvisioningArtifactDetail
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifactDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#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.
-
#source_revision ⇒ ::String
Returns the value of attribute source_revision.
-
#type ⇒ "CLOUD_FORMATION_TEMPLATE", ...
Returns the value of attribute type.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def active @active end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def description @description end |
#guidance ⇒ "DEFAULT", "DEPRECATED"
Returns the value of attribute guidance.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def guidance @guidance end |
#id ⇒ ::String
Returns the value of attribute id.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def name @name end |
#source_revision ⇒ ::String
Returns the value of attribute source_revision.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def source_revision @source_revision end |
#type ⇒ "CLOUD_FORMATION_TEMPLATE", ...
Returns the value of attribute type.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def type @type end |