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.
9188 9189 9190 |
# File 'sig/types.rbs', line 9188 def role_arn @role_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
9189 9190 9191 |
# File 'sig/types.rbs', line 9189 def source_arn @source_arn end |