Class: Aws::Types::ProvisionedResource
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioning_engine ⇒ "CLOUDFORMATION", "TERRAFORM"
Returns the value of attribute provisioning_engine.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def name @name end |
#provisioning_engine ⇒ "CLOUDFORMATION", "TERRAFORM"
Returns the value of attribute provisioning_engine.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def provisioning_engine @provisioning_engine end |