Class: Aws::QuickSight::Types::ListTemplateAliasesResponse

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


19498
19499
19500
19501
19502
19503
19504
19505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19498

class ListTemplateAliasesResponse < Struct.new(
  :template_alias_list,
  :status,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


19498
19499
19500
19501
19502
19503
19504
19505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19498

class ListTemplateAliasesResponse < Struct.new(
  :template_alias_list,
  :status,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


19498
19499
19500
19501
19502
19503
19504
19505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19498

class ListTemplateAliasesResponse < Struct.new(
  :template_alias_list,
  :status,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#template_alias_listArray<Types::TemplateAlias>

A structure containing the list of the template's aliases.

Returns:



19498
19499
19500
19501
19502
19503
19504
19505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19498

class ListTemplateAliasesResponse < Struct.new(
  :template_alias_list,
  :status,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end