Class: Aws::Types::ServiceFunctionResourcesRemovedMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources_removed::Array[::String]

Returns the value of attribute resources_removed.

Returns:

  • (::Array[::String])


1303
1304
1305
# File 'sig/types.rbs', line 1303

def resources_removed
  @resources_removed
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def service_function_id
  @service_function_id
end

#service_function_name::String

Returns the value of attribute service_function_name.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def service_function_name
  @service_function_name
end