Class: Aws::Types::ServiceFunctionUpdatedMetadata

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


1310
1311
1312
# File 'sig/types.rbs', line 1310

def resources_added
  @resources_added
end

#resources_removed::Array[::String]

Returns the value of attribute resources_removed.

Returns:

  • (::Array[::String])


1311
1312
1313
# File 'sig/types.rbs', line 1311

def resources_removed
  @resources_removed
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def service_function_id
  @service_function_id
end

#service_function_name::String

Returns the value of attribute service_function_name.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def service_function_name
  @service_function_name
end