Class: Aws::QuickSight::Types::UpdateTemplateResponse

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 template.

Returns:

  • (String)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

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

#creation_statusString

The creation status of the template.

Returns:

  • (String)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

class UpdateTemplateResponse < Struct.new(
  :template_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)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

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

#template_idString

The ID for the template.

Returns:

  • (String)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

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

#version_arnString

The ARN for the template, including the version information of the first version.

Returns:

  • (String)


31636
31637
31638
31639
31640
31641
31642
31643
31644
31645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31636

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