Class: Aws::Types::AddedPrincipal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def principal
  @principal
end

#principal_type"All", ...

Returns the value of attribute principal_type.

Returns:

  • ("All", "Service", "OrganizationUnit", "Account", "User", "Role")


231
232
233
# File 'sig/types.rbs', line 231

def principal_type
  @principal_type
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def service_id
  @service_id
end

#service_permission_id::String

Returns the value of attribute service_permission_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def service_permission_id
  @service_permission_id
end