Class: Aws::Types::RemoveResourcePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def authentication_token
  @authentication_token
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def principal_id
  @principal_id
end

#principal_type"USER", ...

Returns the value of attribute principal_type.

Returns:

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


684
685
686
# File 'sig/types.rbs', line 684

def principal_type
  @principal_type
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def resource_id
  @resource_id
end