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.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def description @description end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def resource_type @resource_type end |