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)


75
76
77
# File 'sig/types.rbs', line 75

def system_arn
  @system_arn
end

#system_name::String

Returns the value of attribute system_name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def system_name
  @system_name
end

#user_journey_ids::Array[::String]

Returns the value of attribute user_journey_ids.

Returns:

  • (::Array[::String])


77
78
79
# File 'sig/types.rbs', line 77

def user_journey_ids
  @user_journey_ids
end