Class: Aws::Types::SystemServiceAssociatedMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1580
1581
1582
# File 'sig/types.rbs', line 1580

def user_journeys
  @user_journeys
end