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

#arnString

The Amazon Resource Name (ARN) for the theme.

Returns:

  • (String)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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)


32216
32217
32218
32219
32220
32221
32222
32223
32224
32225
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32216

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