Class: Aws::Types::TemplateVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


11355
11356
11357
# File 'sig/types.rbs', line 11355

def created_time
  @created_time
end

#data_set_configurations::Array[Types::DataSetConfiguration]

Returns the value of attribute data_set_configurations.

Returns:



11359
11360
11361
# File 'sig/types.rbs', line 11359

def data_set_configurations
  @data_set_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11361
11362
11363
# File 'sig/types.rbs', line 11361

def description
  @description
end

#errors::Array[Types::TemplateError]

Returns the value of attribute errors.

Returns:



11356
11357
11358
# File 'sig/types.rbs', line 11356

def errors
  @errors
end

#sheets::Array[Types::Sheet]

Returns the value of attribute sheets.

Returns:



11364
11365
11366
# File 'sig/types.rbs', line 11364

def sheets
  @sheets
end

#source_entity_arn::String

Returns the value of attribute source_entity_arn.

Returns:

  • (::String)


11362
11363
11364
# File 'sig/types.rbs', line 11362

def source_entity_arn
  @source_entity_arn
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")


11358
11359
11360
# File 'sig/types.rbs', line 11358

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


11363
11364
11365
# File 'sig/types.rbs', line 11363

def theme_arn
  @theme_arn
end

#topic_configurations::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configurations.

Returns:



11360
11361
11362
# File 'sig/types.rbs', line 11360

def topic_configurations
  @topic_configurations
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


11357
11358
11359
# File 'sig/types.rbs', line 11357

def version_number
  @version_number
end