Class: Aws::Types::ServiceFunctionResourcesAddedMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources_added::Array[::String]

Returns the value of attribute resources_added.

Returns:

  • (::Array[::String])


1296
1297
1298
# File 'sig/types.rbs', line 1296

def resources_added
  @resources_added
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def service_function_id
  @service_function_id
end

#service_function_name::String

Returns the value of attribute service_function_name.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def service_function_name
  @service_function_name
end