Class: Aws::Types::Principal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def principal_arn
  @principal_arn
end

#principal_type"IAM", "IAM_PATTERN"

Returns the value of attribute principal_type.

Returns:

  • ("IAM", "IAM_PATTERN")


1126
1127
1128
# File 'sig/types.rbs', line 1126

def principal_type
  @principal_type
end