Class: Aws::Types::ActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ActionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source ⇒ Types::ActionSource
Returns the value of attribute source.
-
#status ⇒ "Unknown", ...
Returns the value of attribute status.
Instance Attribute Details
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
282 283 284 |
# File 'sig/types.rbs', line 282 def action_arn @action_arn end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def action_name @action_name end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
285 286 287 |
# File 'sig/types.rbs', line 285 def action_type @action_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
287 288 289 |
# File 'sig/types.rbs', line 287 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def last_modified_time @last_modified_time end |
#source ⇒ Types::ActionSource
Returns the value of attribute source.
284 285 286 |
# File 'sig/types.rbs', line 284 def source @source end |
#status ⇒ "Unknown", ...
Returns the value of attribute status.
286 287 288 |
# File 'sig/types.rbs', line 286 def status @status end |