You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateNamespaceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace", # required
  identity_store: "QUICKSIGHT", # required, accepts QUICKSIGHT
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the AWS account that you want to create the QuickSight namespace in.

Returns:

  • (String)

    The ID for the AWS account that you want to create the QuickSight namespace in.

#identity_storeString

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

Possible values:

  • QUICKSIGHT

Returns:

  • (String)

    Specifies the type of your user identity directory.

#namespaceString

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

Returns:

  • (String)

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

#tagsArray<Types::Tag>

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

Returns:

  • (Array<Types::Tag>)

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