Class: Aws::Types::AuthorizationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
19 20 21 |
# File 'sig/types.rbs', line 19 def encryption_configuration @encryption_configuration end |
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
18 19 20 |
# File 'sig/types.rbs', line 18 def lake_formation_configuration @lake_formation_configuration end |