Class: Aws::Types::UpdateSuiteDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


287
288
289
# File 'sig/types.rbs', line 287

def created_at
  @created_at
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def last_updated_at
  @last_updated_at
end

#suite_definition_arn ⇒ ::String

Returns the value of attribute suite_definition_arn.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def suite_definition_arn
  @suite_definition_arn
end

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def suite_definition_id
  @suite_definition_id
end

#suite_definition_name ⇒ ::String

Returns the value of attribute suite_definition_name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def suite_definition_name
  @suite_definition_name
end

#suite_definition_version ⇒ ::String

Returns the value of attribute suite_definition_version.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def suite_definition_version
  @suite_definition_version
end