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)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def comment
  @comment
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def service_arn
  @service_arn
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def service_name
  @service_name
end

#user_journeys_affected::Array[::String]

Returns the value of attribute user_journeys_affected.

Returns:

  • (::Array[::String])


1587
1588
1589
# File 'sig/types.rbs', line 1587

def user_journeys_affected
  @user_journeys_affected
end