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.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def system_arn @system_arn end |
#system_name ⇒ ::String
Returns the value of attribute system_name.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def system_name @system_name end |