Class: Aws::Types::RoleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RoleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
-
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
Instance Attribute Details
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
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.
655 656 657 |
# File 'sig/types.rbs', line 655 def target_role_arn @target_role_arn end |