Class: Aws::Types::ReadIamConnectionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReadIamConnectionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9556 9557 9558 |
# File 'sig/types.rbs', line 9556 def role_arn @role_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
9557 9558 9559 |
# File 'sig/types.rbs', line 9557 def source_arn @source_arn end |