Class: Aws::Types::GetTemplateStepGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


208
209
210
# File 'sig/types.rbs', line 208

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


211
212
213
# File 'sig/types.rbs', line 211

def next
  @next
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


210
211
212
# File 'sig/types.rbs', line 210

def previous
  @previous
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_DEPENDENCIES", "READY", "IN_PROGRESS", "COMPLETED", "FAILED", "PAUSED", "PAUSING", "USER_ATTENTION_REQUIRED")


206
207
208
# File 'sig/types.rbs', line 206

def status
  @status
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def template_id
  @template_id
end

#tools::Array[Types::Tool]

Returns the value of attribute tools.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def tools
  @tools
end