Class: Aws::Types::TemplateStepSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateStepSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#target_type ⇒ "SINGLE", ...
Returns the value of attribute target_type.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
557 558 559 |
# File 'sig/types.rbs', line 557 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
560 561 562 |
# File 'sig/types.rbs', line 560 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
565 566 567 |
# File 'sig/types.rbs', line 565 def next @next end |
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
563 564 565 |
# File 'sig/types.rbs', line 563 def owner @owner end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
564 565 566 |
# File 'sig/types.rbs', line 564 def previous @previous end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
561 562 563 |
# File 'sig/types.rbs', line 561 def step_action_type @step_action_type end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def step_group_id @step_group_id end |
#target_type ⇒ "SINGLE", ...
Returns the value of attribute target_type.
562 563 564 |
# File 'sig/types.rbs', line 562 def target_type @target_type end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def template_id @template_id end |