Class: Aws::QuickSight::Types::CreateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTemplateResponse
- Includes:
- Structure
- Defined in:
- 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 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.
6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6967 class CreateTemplateResponse < Struct.new( :arn, :version_arn, :template_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |