Class: Aws::Types::QueryResultsS3AccessGrantsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QueryResultsS3AccessGrantsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "DIRECTORY_IDENTITY"
Returns the value of attribute authentication_type.
-
#create_user_level_prefix ⇒ Boolean
Returns the value of attribute create_user_level_prefix.
-
#enable_s3_access_grants ⇒ Boolean
Returns the value of attribute enable_s3_access_grants.
Instance Attribute Details
#authentication_type ⇒ "DIRECTORY_IDENTITY"
Returns the value of attribute authentication_type.
996 997 998 |
# File 'sig/types.rbs', line 996 def authentication_type @authentication_type end |
#create_user_level_prefix ⇒ Boolean
Returns the value of attribute create_user_level_prefix.
995 996 997 |
# File 'sig/types.rbs', line 995 def create_user_level_prefix @create_user_level_prefix end |
#enable_s3_access_grants ⇒ Boolean
Returns the value of attribute enable_s3_access_grants.
994 995 996 |
# File 'sig/types.rbs', line 994 def enable_s3_access_grants @enable_s3_access_grants end |