Method: Aws::QuickSight::Types::UpdateThemeResponse#creation_status

Defined in:
lib/aws-sdk-quicksight/types.rb

#creation_statusString

The creation status of the theme.

Returns:

  • (String)


38011
38012
38013
38014
38015
38016
38017
38018
38019
38020
# File 'lib/aws-sdk-quicksight/types.rb', line 38011

class UpdateThemeResponse < Struct.new(
  :theme_id,
  :arn,
  :version_arn,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end