Class: Aws::Types::SystemServiceDisassociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SystemServiceDisassociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_journeys_affected ⇒ ::Array[::String]
Returns the value of attribute user_journeys_affected.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def comment @comment end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def service_name @service_name end |
#user_journeys_affected ⇒ ::Array[::String]
Returns the value of attribute user_journeys_affected.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def user_journeys_affected @user_journeys_affected end |