Class: Aws::Types::TemplateVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11385
11386
11387
# File 'sig/types.rbs', line 11385

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


11387
11388
11389
# File 'sig/types.rbs', line 11387

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11389
11390
11391
# File 'sig/types.rbs', line 11389

def description
  @description
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


11388
11389
11390
# File 'sig/types.rbs', line 11388

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


11386
11387
11388
# File 'sig/types.rbs', line 11386

def version_number
  @version_number
end