Class: Aws::Types::ThemeVersion

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)


11480
11481
11482
# File 'sig/types.rbs', line 11480

def arn
  @arn
end

#base_theme_id::String

Returns the value of attribute base_theme_id.

Returns:

  • (::String)


11482
11483
11484
# File 'sig/types.rbs', line 11482

def base_theme_id
  @base_theme_id
end

#configurationTypes::ThemeConfiguration

Returns the value of attribute configuration.



11484
11485
11486
# File 'sig/types.rbs', line 11484

def configuration
  @configuration
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


11483
11484
11485
# File 'sig/types.rbs', line 11483

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11481
11482
11483
# File 'sig/types.rbs', line 11481

def description
  @description
end

#errors::Array[Types::ThemeError]

Returns the value of attribute errors.

Returns:



11485
11486
11487
# File 'sig/types.rbs', line 11485

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


11486
11487
11488
# File 'sig/types.rbs', line 11486

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


11479
11480
11481
# File 'sig/types.rbs', line 11479

def version_number
  @version_number
end