Class: Aws::Types::UserIdentityRoot

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)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def principal_id
  @principal_id
end