Class: Aws::QuickSight::Types::DeleteAppRequest

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

#app_id ⇒ String

The ID of the app that you want to delete.

Returns:

  • (String)


16938
16939
16940
16941
16942
16943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16938

class DeleteAppRequest < Struct.new(
  :aws_account_id,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the app.

Returns:

  • (String)


16938
16939
16940
16941
16942
16943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16938

class DeleteAppRequest < Struct.new(
  :aws_account_id,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end