Class: Aws::Types::ServiceSystemDisassociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSystemDisassociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#system_id ⇒ ::String
Returns the value of attribute system_id.
-
#system_name ⇒ ::String
Returns the value of attribute system_name.
Instance Attribute Details
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def system_arn @system_arn end |
#system_id ⇒ ::String
Returns the value of attribute system_id.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def system_id @system_id end |
#system_name ⇒ ::String
Returns the value of attribute system_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def system_name @system_name end |