Class: Aws::QuickSight::Types::DescribeTemplateResponse

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12753
12754
12755
12756
12757
12758
12759
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12753

class DescribeTemplateResponse < Struct.new(
  :template,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12753
12754
12755
12756
12757
12758
12759
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12753

class DescribeTemplateResponse < Struct.new(
  :template,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#templateTypes::Template

The template structure for the object you want to describe.

Returns:



12753
12754
12755
12756
12757
12758
12759
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12753

class DescribeTemplateResponse < Struct.new(
  :template,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end