Class: Aws::Types::LakeFormationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#use_lake_formation_credentials ⇒ Boolean
Returns the value of attribute use_lake_formation_credentials.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
5075 5076 5077 |
# File 'sig/types.rbs', line 5075 def account_id @account_id end |
#use_lake_formation_credentials ⇒ Boolean
Returns the value of attribute use_lake_formation_credentials.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def use_lake_formation_credentials @use_lake_formation_credentials end |