Class: Aws::Types::AssociatedSystem
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedSystem
- 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.
-
#user_journey_ids ⇒ ::Array[::String]
Returns the value of attribute user_journey_ids.
Instance Attribute Details
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def system_arn @system_arn end |
#system_name ⇒ ::String
Returns the value of attribute system_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def system_name @system_name end |
#user_journey_ids ⇒ ::Array[::String]
Returns the value of attribute user_journey_ids.
77 78 79 |
# File 'sig/types.rbs', line 77 def user_journey_ids @user_journey_ids end |