Class: Aws::QuickSight::Types::DeleteTemplateAliasResponse

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

#alias_nameString

The name for the template alias.

Returns:

  • (String)


10154
10155
10156
10157
10158
10159
10160
10161
10162
# File 'lib/aws-sdk-quicksight/types.rb', line 10154

class DeleteTemplateAliasResponse < Struct.new(
  :status,
  :template_id,
  :alias_name,
  :arn,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the template you want to delete.

Returns:

  • (String)


10154
10155
10156
10157
10158
10159
10160
10161
10162
# File 'lib/aws-sdk-quicksight/types.rb', line 10154

class DeleteTemplateAliasResponse < Struct.new(
  :status,
  :template_id,
  :alias_name,
  :arn,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


10154
10155
10156
10157
10158
10159
10160
10161
10162
# File 'lib/aws-sdk-quicksight/types.rb', line 10154

class DeleteTemplateAliasResponse < Struct.new(
  :status,
  :template_id,
  :alias_name,
  :arn,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


10154
10155
10156
10157
10158
10159
10160
10161
10162
# File 'lib/aws-sdk-quicksight/types.rb', line 10154

class DeleteTemplateAliasResponse < Struct.new(
  :status,
  :template_id,
  :alias_name,
  :arn,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

An ID for the template associated with the deletion.

Returns:

  • (String)


10154
10155
10156
10157
10158
10159
10160
10161
10162
# File 'lib/aws-sdk-quicksight/types.rb', line 10154

class DeleteTemplateAliasResponse < Struct.new(
  :status,
  :template_id,
  :alias_name,
  :arn,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end