Class: Aws::Types::SharePrincipal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def id
  @id
end

#role"VIEWER", ...

Returns the value of attribute role.

Returns:

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


775
776
777
# File 'sig/types.rbs', line 775

def role
  @role
end

#type"USER", ...

Returns the value of attribute type.

Returns:

  • ("USER", "GROUP", "INVITE", "ANONYMOUS", "ORGANIZATION")


774
775
776
# File 'sig/types.rbs', line 774

def type
  @type
end