Class: Aws::Types::TestAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def action_id
  @action_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def description
  @description
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def resource_type
  @resource_type
end