Class: Aws::Types::AllowedPrincipal

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)


368
369
370
# File 'sig/types.rbs', line 368

def principal
  @principal
end

#principal_type"All", ...

Returns the value of attribute principal_type.

Returns:

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


367
368
369
# File 'sig/types.rbs', line 367

def principal_type
  @principal_type
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def service_id
  @service_id
end

#service_permission_id::String

Returns the value of attribute service_permission_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def service_permission_id
  @service_permission_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def tags
  @tags
end