Class: Aws::Types::LakeFormationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_session_tag_value ⇒ ::String
Returns the value of attribute authorized_session_tag_value.
-
#query_engine_role_arn ⇒ ::String
Returns the value of attribute query_engine_role_arn.
-
#secure_namespace_info ⇒ Types::SecureNamespaceInfo
Returns the value of attribute secure_namespace_info.
Instance Attribute Details
#authorized_session_tag_value ⇒ ::String
Returns the value of attribute authorized_session_tag_value.
395 396 397 |
# File 'sig/types.rbs', line 395 def end |
#query_engine_role_arn ⇒ ::String
Returns the value of attribute query_engine_role_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def query_engine_role_arn @query_engine_role_arn end |
#secure_namespace_info ⇒ Types::SecureNamespaceInfo
Returns the value of attribute secure_namespace_info.
396 397 398 |
# File 'sig/types.rbs', line 396 def secure_namespace_info @secure_namespace_info end |