Class: Aws::Types::RowLevelPermissionDataSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9890
9891
9892
# File 'sig/types.rbs', line 9890

def arn
  @arn
end

#format_version"VERSION_1", "VERSION_2"

Returns the value of attribute format_version.

Returns:

  • ("VERSION_1", "VERSION_2")


9892
9893
9894
# File 'sig/types.rbs', line 9892

def format_version
  @format_version
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


9889
9890
9891
# File 'sig/types.rbs', line 9889

def namespace
  @namespace
end

#permission_policy"GRANT_ACCESS", "DENY_ACCESS"

Returns the value of attribute permission_policy.

Returns:

  • ("GRANT_ACCESS", "DENY_ACCESS")


9891
9892
9893
# File 'sig/types.rbs', line 9891

def permission_policy
  @permission_policy
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


9893
9894
9895
# File 'sig/types.rbs', line 9893

def status
  @status
end