Class: Aws::Types::AccountAssignment

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)


29
30
31
# File 'sig/types.rbs', line 29

def 
  @account_id
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def permission_set_arn
  @permission_set_arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


31
32
33
# File 'sig/types.rbs', line 31

def principal_type
  @principal_type
end