Class: Aws::Types::ServiceSystemAssociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSystemAssociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#system_name ⇒ ::String
Returns the value of attribute system_name.
Instance Attribute Details
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def system_arn @system_arn end |
#system_name ⇒ ::String
Returns the value of attribute system_name.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def system_name @system_name end |