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.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def service_name @service_name end |
#user_journeys ⇒ ::Array[::String]
Returns the value of attribute user_journeys.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def user_journeys @user_journeys end |