Class: Aws::QuickSight::Types::DeleteNamespaceRequest

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

#aws_account_id ⇒ String

The ID for the Amazon Web Services account that you want to delete the Quick Sight namespace from.

Returns:

  • (String)


17702
17703
17704
17705
17706
17707
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17702

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

#namespace ⇒ String

The namespace that you want to delete.

Returns:

  • (String)


17702
17703
17704
17705
17706
17707
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17702

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