Class: Aws::Types::ActionTypeId

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


206
207
208
# File 'sig/types.rbs', line 206

def category
  @category
end

#owner"AWS", ...

Returns the value of attribute owner.

Returns:

  • ("AWS", "ThirdParty", "Custom")


207
208
209
# File 'sig/types.rbs', line 207

def owner
  @owner
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def provider
  @provider
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def version
  @version
end