Class: Aws::Types::UpdateActionTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_target_arn::String

Returns the value of attribute action_target_arn.

Returns:

  • (::String)


7929
7930
7931
# File 'sig/types.rbs', line 7929

def action_target_arn
  @action_target_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7931
7932
7933
# File 'sig/types.rbs', line 7931

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7930
7931
7932
# File 'sig/types.rbs', line 7930

def name
  @name
end