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)


9522
9523
9524
# File 'sig/types.rbs', line 9522

def arn
  @arn
end

#format_version"VERSION_1", "VERSION_2"

Returns the value of attribute format_version.

Returns:

  • ("VERSION_1", "VERSION_2")


9524
9525
9526
# File 'sig/types.rbs', line 9524

def format_version
  @format_version
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


9521
9522
9523
# File 'sig/types.rbs', line 9521

def namespace
  @namespace
end

#permission_policy"GRANT_ACCESS", "DENY_ACCESS"

Returns the value of attribute permission_policy.

Returns:

  • ("GRANT_ACCESS", "DENY_ACCESS")


9523
9524
9525
# File 'sig/types.rbs', line 9523

def permission_policy
  @permission_policy
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


9525
9526
9527
# File 'sig/types.rbs', line 9525

def status
  @status
end