Class: Aws::QuickSight::Types::CreateTemplateAliasResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


5804
5805
5806
5807
5808
5809
5810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5804

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5804
5805
5806
5807
5808
5809
5810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5804

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

#template_aliasTypes::TemplateAlias

Information about the template alias.



5804
5805
5806
5807
5808
5809
5810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5804

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