Class: Aws::Types::DeleteServiceFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def service_function_id
  @service_function_id
end