Class: Aws::Types::PermissionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role"VIEWER", ...

Returns the value of attribute role.

Returns:

  • ("VIEWER", "CONTRIBUTOR", "OWNER", "COOWNER")


657
658
659
# File 'sig/types.rbs', line 657

def role
  @role
end

#type"DIRECT", "INHERITED"

Returns the value of attribute type.

Returns:

  • ("DIRECT", "INHERITED")


658
659
660
# File 'sig/types.rbs', line 658

def type
  @type
end