Class: Aws::Types::DocumentAccessControlEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access"ALLOW", "DENY"

Returns the value of attribute access.

Returns:

  • ("ALLOW", "DENY")


885
886
887
# File 'sig/types.rbs', line 885

def access
  @access
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def name
  @name
end

#type"USER"

Returns the value of attribute type.

Returns:

  • ("USER")


884
885
886
# File 'sig/types.rbs', line 884

def type
  @type
end