Class: Aws::Types::TemplateStepSummary

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)


557
558
559
# File 'sig/types.rbs', line 557

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


565
566
567
# File 'sig/types.rbs', line 565

def next
  @next
end

#owner"AWS_MANAGED", "CUSTOM"

Returns the value of attribute owner.

Returns:

  • ("AWS_MANAGED", "CUSTOM")


563
564
565
# File 'sig/types.rbs', line 563

def owner
  @owner
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("MANUAL", "AUTOMATED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("SINGLE", "ALL", "NONE")


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.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def template_id
  @template_id
end