Class: Aws::Types::TemplateStepGroupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


552
553
554
# File 'sig/types.rbs', line 552

def next
  @next
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


551
552
553
# File 'sig/types.rbs', line 551

def previous
  @previous
end