Class: Aws::Types::SystemServiceAssociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SystemServiceAssociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_journeys ⇒ ::Array[::String]
Returns the value of attribute user_journeys.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def service_name @service_name end |
#user_journeys ⇒ ::Array[::String]
Returns the value of attribute user_journeys.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def user_journeys @user_journeys end |