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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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)

37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37556

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