Class: Aws::Types::ActionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ActionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
-
#executable_count ⇒ ::Integer
Returns the value of attribute executable_count.
-
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
Instance Attribute Details
#action_type ⇒ ::String
Returns the value of attribute action_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def action_type @action_type end |
#executable_count ⇒ ::Integer
Returns the value of attribute executable_count.
19 20 21 |
# File 'sig/types.rbs', line 19 def executable_count @executable_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
18 19 20 |
# File 'sig/types.rbs', line 18 def program_count @program_count end |