Class: Aws::Types::PrincipalRoleEntitlementDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def 
  @account
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def 
  @account_name
end

#principalTypes::Principal

Returns the value of attribute principal.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def principal
  @principal
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def role_arn
  @role_arn
end