Class: Aws::QuickSight::Types::CreateNamespaceResponse

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

#arnString

The ARN of the Amazon QuickSight namespace you created.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_regionString

The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_statusString

The status of the creation of the namespace. This is an asynchronous process. A status of ‘CREATED` means that your namespace is ready to use. If an error occurs, it indicates if the process is `retryable` or `non-retryable`. In the case of a non-retryable error, refer to the error message for follow-up tasks.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  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)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the new namespace that you created.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'lib/aws-sdk-quicksight/types.rb', line 5739

class CreateNamespaceResponse < Struct.new(
  :arn,
  :name,
  :capacity_region,
  :creation_status,
  :identity_store,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end