Class: Aws::Types::ProvisioningProperties
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudFormation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_formation ⇒ Types::CloudFormationProperties
Returns the value of attribute cloud_formation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_formation ⇒ Types::CloudFormationProperties
Returns the value of attribute cloud_formation.
5018 5019 5020 |
# File 'sig/types.rbs', line 5018 def cloud_formation @cloud_formation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5019 5020 5021 |
# File 'sig/types.rbs', line 5019 def unknown @unknown end |