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)


12619
12620
12621
12622
12623
12624
12625
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12619

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12619
12620
12621
12622
12623
12624
12625
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12619

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:



12619
12620
12621
12622
12623
12624
12625
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12619

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