Class: Aws::Types::PrincipalRoleEntitlementSummary

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)


302
303
304
# File 'sig/types.rbs', line 302

def 
  @account
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def 
  @account_name
end

#principalTypes::Principal

Returns the value of attribute principal.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def principal
  @principal
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def role_arn
  @role_arn
end