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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_storeString

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

Returns:

  • (String)


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

#namespaceString

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

Returns:

  • (String)


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

#tagsArray<Types::Tag>

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

Returns:



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