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)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def action_id
  @action_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def description
  @description
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def resource_type
  @resource_type
end