Class: Aws::Types::AssociatedSystem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def system_arn
  @system_arn
end

#system_name::String

Returns the value of attribute system_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def system_name
  @system_name
end

#user_journey_ids::Array[::String]

Returns the value of attribute user_journey_ids.

Returns:

  • (::Array[::String])


84
85
86
# File 'sig/types.rbs', line 84

def user_journey_ids
  @user_journey_ids
end