Class: Aws::Types::GetImpersonationRoleEffectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impersonation_role_id::String

Returns the value of attribute impersonation_role_id.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def impersonation_role_id
  @impersonation_role_id
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def organization_id
  @organization_id
end

#target_user::String

Returns the value of attribute target_user.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def target_user
  @target_user
end