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])


1346
1347
1348
# File 'sig/types.rbs', line 1346

def resources_added
  @resources_added
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def service_function_id
  @service_function_id
end

#service_function_name::String

Returns the value of attribute service_function_name.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def service_function_name
  @service_function_name
end