Class: Aws::Types::QueryResultsS3AccessGrantsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"DIRECTORY_IDENTITY"

Returns the value of attribute authentication_type.

Returns:

  • ("DIRECTORY_IDENTITY")


996
997
998
# File 'sig/types.rbs', line 996

def authentication_type
  @authentication_type
end

#create_user_level_prefixBoolean

Returns the value of attribute create_user_level_prefix.

Returns:

  • (Boolean)


995
996
997
# File 'sig/types.rbs', line 995

def create_user_level_prefix
  @create_user_level_prefix
end

#enable_s3_access_grantsBoolean

Returns the value of attribute enable_s3_access_grants.

Returns:

  • (Boolean)


994
995
996
# File 'sig/types.rbs', line 994

def enable_s3_access_grants
  @enable_s3_access_grants
end