Class: Aws::Types::TestAction
- Inherits:
-
Object
- Object
- Aws::Types::TestAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def description @description end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def resource_type @resource_type end |