Class: Aws::QuickSight::Types::UpdateThemeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) for the theme.

Returns:

  • (String)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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

#creation_status ⇒ String

The creation status of the theme.

Returns:

  • (String)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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

#theme_id ⇒ String

The ID for the theme.

Returns:

  • (String)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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

#version_arn ⇒ String

The Amazon Resource Name (ARN) for the new version of the theme.

Returns:

  • (String)


52000
52001
52002
52003
52004
52005
52006
52007
52008
52009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52000

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