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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the theme.

Returns:

  • (String)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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

#creation_statusString

The creation status of the theme.

Returns:

  • (String)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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

#theme_idString

The ID for the theme.

Returns:

  • (String)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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

#version_arnString

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

Returns:

  • (String)


33797
33798
33799
33800
33801
33802
33803
33804
33805
33806
# File 'lib/aws-sdk-quicksight/types.rb', line 33797

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