Class: Aws::Types::TemplateStepGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateStepGroupSummary
- 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.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
549 550 551 |
# File 'sig/types.rbs', line 549 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
550 551 552 |
# File 'sig/types.rbs', line 550 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
552 553 554 |
# File 'sig/types.rbs', line 552 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
551 552 553 |
# File 'sig/types.rbs', line 551 def previous @previous end |