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_name ⇒ String

The name for the template alias.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
18002
18003
18004
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17996

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

#arn ⇒ String

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

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
18002
18003
18004
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17996

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
18002
18003
18004
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17996

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


17996
17997
17998
17999
18000
18001
18002
18003
18004
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17996

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

#template_id ⇒ String

An ID for the template associated with the deletion.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
18002
18003
18004
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17996

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