Class: Aws::Types::DeleteCustomActionTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category"Source", ...

Returns the value of attribute category.

Returns:

  • ("Source", "Build", "Deploy", "Test", "Invoke", "Approval", "Compute")


395
396
397
# File 'sig/types.rbs', line 395

def category
  @category
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def provider
  @provider
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def version
  @version
end