Class: Aws::QuickSight::Types::CreateThemeResponse

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)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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

#creation_statusString

The theme creation status.

Returns:

  • (String)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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

#theme_idString

The ID of the theme.

Returns:

  • (String)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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

#version_arnString

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

Returns:

  • (String)


6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6156

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