Class: Aws::Types::ActionTypeIdentifier

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


214
215
216
# File 'sig/types.rbs', line 214

def category
  @category
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def owner
  @owner
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def provider
  @provider
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def version
  @version
end