Class: Aws::Types::LakeFormationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_registration_exclude_s3_locations ⇒ ::Array[::String]
Returns the value of attribute location_registration_exclude_s3_locations.
-
#location_registration_role ⇒ ::String
Returns the value of attribute location_registration_role.
Instance Attribute Details
#location_registration_exclude_s3_locations ⇒ ::Array[::String]
Returns the value of attribute location_registration_exclude_s3_locations.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def location_registration_exclude_s3_locations @location_registration_exclude_s3_locations end |
#location_registration_role ⇒ ::String
Returns the value of attribute location_registration_role.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def location_registration_role @location_registration_role end |