Class: Aws::Types::AccountAssignmentForPrincipal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def 
  @account_id
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def permission_set_arn
  @permission_set_arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


40
41
42
# File 'sig/types.rbs', line 40

def principal_type
  @principal_type
end