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.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def comment @comment end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def service_name @service_name end |
#user_journeys_affected ⇒ ::Array[::String]
Returns the value of attribute user_journeys_affected.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def user_journeys_affected @user_journeys_affected end |