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)


10965
10966
10967
# File 'sig/types.rbs', line 10965

def created_time
  @created_time
end

#data_set_configurations::Array[Types::DataSetConfiguration]

Returns the value of attribute data_set_configurations.

Returns:



10969
10970
10971
# File 'sig/types.rbs', line 10969

def data_set_configurations
  @data_set_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


10971
10972
10973
# File 'sig/types.rbs', line 10971

def description
  @description
end

#errors::Array[Types::TemplateError]

Returns the value of attribute errors.

Returns:



10966
10967
10968
# File 'sig/types.rbs', line 10966

def errors
  @errors
end

#sheets::Array[Types::Sheet]

Returns the value of attribute sheets.

Returns:



10974
10975
10976
# File 'sig/types.rbs', line 10974

def sheets
  @sheets
end

#source_entity_arn::String

Returns the value of attribute source_entity_arn.

Returns:

  • (::String)


10972
10973
10974
# File 'sig/types.rbs', line 10972

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")


10968
10969
10970
# File 'sig/types.rbs', line 10968

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


10973
10974
10975
# File 'sig/types.rbs', line 10973

def theme_arn
  @theme_arn
end

#topic_configurations::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configurations.

Returns:



10970
10971
10972
# File 'sig/types.rbs', line 10970

def topic_configurations
  @topic_configurations
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


10967
10968
10969
# File 'sig/types.rbs', line 10967

def version_number
  @version_number
end