Class: Aws::QuickSight::Types::UpdateTemplateAliasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

37208
37209
37210
37211
37212
37213
37214
# File 'lib/aws-sdk-quicksight/types.rb', line 37208

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)

37208
37209
37210
37211
37212
37213
37214
# File 'lib/aws-sdk-quicksight/types.rb', line 37208

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

#template_aliasTypes::TemplateAlias

The template alias.


37208
37209
37210
37211
37212
37213
37214
# File 'lib/aws-sdk-quicksight/types.rb', line 37208

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