Class: Aws::QuickSight::Types::DeleteNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteNamespaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.
-
#namespace ⇒ String
The namespace that you want to delete.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.
11195 11196 11197 11198 11199 11200 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11195 class DeleteNamespaceRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that you want to delete.
11195 11196 11197 11198 11199 11200 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11195 class DeleteNamespaceRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |