Class: Aws::QuickSight::Types::CreateNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateNamespaceRequest
- 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 create the Amazon QuickSight namespace in.
-
#identity_store ⇒ String
Specifies the type of your user identity directory.
-
#namespace ⇒ String
The name that you want to use to describe the new namespace.
-
#tags ⇒ Array<Types::Tag>
The tags that you want to associate with the namespace that you’re creating.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
6650 6651 6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6650 class CreateNamespaceRequest < Struct.new( :aws_account_id, :namespace, :identity_store, :tags) SENSITIVE = [] include Aws::Structure end |
#identity_store ⇒ String
Specifies the type of your user identity directory. Currently, this supports users with an identity type of ‘QUICKSIGHT`.
6650 6651 6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6650 class CreateNamespaceRequest < Struct.new( :aws_account_id, :namespace, :identity_store, :tags) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name that you want to use to describe the new namespace.
6650 6651 6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6650 class CreateNamespaceRequest < Struct.new( :aws_account_id, :namespace, :identity_store, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags that you want to associate with the namespace that you’re creating.
6650 6651 6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6650 class CreateNamespaceRequest < Struct.new( :aws_account_id, :namespace, :identity_store, :tags) SENSITIVE = [] include Aws::Structure end |