Class: Aws::QuickSight::Types::CreateNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateNamespaceRequest
- Defined in:
- gems/aws-sdk-quicksight/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 Quick Sight 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 Quick Sight namespace in.
7660 7661 7662 7663 7664 7665 7666 7667 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7660 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.
7660 7661 7662 7663 7664 7665 7666 7667 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7660 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.
7660 7661 7662 7663 7664 7665 7666 7667 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7660 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.
7660 7661 7662 7663 7664 7665 7666 7667 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7660 class CreateNamespaceRequest < Struct.new( :aws_account_id, :namespace, :identity_store, :tags) SENSITIVE = [] include Aws::Structure end |