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

#arn ⇒ String

The Amazon Resource Name (ARN) for the theme.

Returns:

  • (String)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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

#creation_status ⇒ String

The theme creation status.

Returns:

  • (String)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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

#theme_id ⇒ String

The ID of the theme.

Returns:

  • (String)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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

#version_arn ⇒ String

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

Returns:

  • (String)


12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12074

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