Class: Aws::Types::ProvisioningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: LakeFormationConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
5007 5008 5009 |
# File 'sig/types.rbs', line 5007 def lake_formation_configuration @lake_formation_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5008 5009 5010 |
# File 'sig/types.rbs', line 5008 def unknown @unknown end |