Class: Aws::QuickSight::Types::UpdateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTemplateResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the template.
-
#creation_status ⇒ String
The creation status of the template.
-
#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 for the template.
-
#version_arn ⇒ String
The ARN for the template, including the version information of the first version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the template.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The creation status of the template.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :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.
37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37366 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |