Class: Aws::QuickSight::Types::NamespaceInfoV2

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The error type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The namespace ARN.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_regionString

The namespace Amazon Web Services Region.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_statusString

The creation status of a namespace that is not yet completely created.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_identity_center_application_arnString

The Amazon Resource Name (ARN) for the IAM Identity Center application.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_identity_center_instance_arnString

The Amazon Resource Name (ARN) for the IAM Identity Center instance.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_storeString

The identity store used for the namespace.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the error.

Returns:

  • (String)


23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_errorTypes::NamespaceError

An error that occurred when the namespace was created.



23666
23667
23668
23669
23670
23671
23672
23673
23674
23675
23676
23677
# File 'lib/aws-sdk-quicksight/types.rb', line 23666

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error,
  :iam_identity_center_application_arn,
  :iam_identity_center_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end