Class: Aws::QuickSight::Types::CreateNamespaceRequest

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_idString

The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5606

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

#identity_storeString

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5606

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

#namespaceString

The name that you want to use to describe the new namespace.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5606

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

#tagsArray<Types::Tag>

The tags that you want to associate with the namespace that you're creating.

Returns:



5606
5607
5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5606

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