Class: Aws::QuickSight::Types::UpdateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTemplateResponse
- Includes:
- Structure
- Defined in:
- 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 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.
35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35273 class UpdateTemplateResponse < Struct.new( :template_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |