Class: Aws::Types::ServiceFunctionCreatedMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def service_function_id
  @service_function_id
end

#service_function_name::String

Returns the value of attribute service_function_name.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def service_function_name
  @service_function_name
end