Class: Aws::QuickSight::Types::CreateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTemplateResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN for the template.
-
#creation_status ⇒ String
The template creation status.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#template_id ⇒ String
The ID of the template.
-
#version_arn ⇒ String
The ARN for the template, including the version information of the first version.
Instance Attribute Details
#arn ⇒ String
The ARN for the template.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The template creation status.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#version_arn ⇒ String
The ARN for the template, including the version information of the first version.
9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9078 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |