Class: Aws::Types::SystemServiceDisassociatedMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def comment
  @comment
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def service_arn
  @service_arn
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def service_name
  @service_name
end

#user_journeys_affected::Array[::String]

Returns the value of attribute user_journeys_affected.

Returns:

  • (::Array[::String])


1637
1638
1639
# File 'sig/types.rbs', line 1637

def user_journeys_affected
  @user_journeys_affected
end