Class: Aws::Types::RoleConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def source_role_arn
  @source_role_arn
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def target_role_arn
  @target_role_arn
end