Class: Aws::Types::PolicyGrantPrincipal

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

Defined Under Namespace

Classes: DomainUnit, Group, Project, Unknown, User

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_unitTypes::DomainUnitPolicyGrantPrincipal

Returns the value of attribute domain_unit.



4885
4886
4887
# File 'sig/types.rbs', line 4885

def domain_unit
  @domain_unit
end

#groupTypes::GroupPolicyGrantPrincipal

Returns the value of attribute group.



4883
4884
4885
# File 'sig/types.rbs', line 4883

def group
  @group
end

#projectTypes::ProjectPolicyGrantPrincipal

Returns the value of attribute project.



4884
4885
4886
# File 'sig/types.rbs', line 4884

def project
  @project
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4886
4887
4888
# File 'sig/types.rbs', line 4886

def unknown
  @unknown
end

#userTypes::UserPolicyGrantPrincipal

Returns the value of attribute user.



4882
4883
4884
# File 'sig/types.rbs', line 4882

def user
  @user
end