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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6069

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