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

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

#alias_nameString

The name for the template alias.

Returns:

  • (String)


10241
10242
10243
10244
10245
10246
10247
10248
10249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10241

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)


10241
10242
10243
10244
10245
10246
10247
10248
10249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10241

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)


10241
10242
10243
10244
10245
10246
10247
10248
10249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10241

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)


10241
10242
10243
10244
10245
10246
10247
10248
10249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10241

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)


10241
10242
10243
10244
10245
10246
10247
10248
10249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10241

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