Class: Aws::Types::CreateServiceFunctionResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


172
173
174
# File 'sig/types.rbs', line 172

def resources
  @resources
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def service_function_id
  @service_function_id
end