Class: Aws::Types::GetActionTypeInput

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:



520
521
522
# File 'sig/types.rbs', line 520

def category
  @category
end

#owner::String

Returns the value of attribute owner.

Returns:



521
522
523
# File 'sig/types.rbs', line 521

def owner
  @owner
end

#provider::String

Returns the value of attribute provider.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def provider
  @provider
end

#version::String

Returns the value of attribute version.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def version
  @version
end