Class: Aws::QuickSight::Types::NamespaceInfoV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamespaceInfoV2
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The error type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The namespace ARN.
-
#capacity_region ⇒ String
The namespace Amazon Web Services Region.
-
#creation_status ⇒ String
The creation status of a namespace that is not yet completely created.
-
#iam_identity_center_application_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center application.
-
#iam_identity_center_instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
-
#identity_store ⇒ String
The identity store used for the namespace.
-
#name ⇒ String
The name of the error.
-
#namespace_error ⇒ Types::NamespaceError
An error that occurred when the namespace was created.
Instance Attribute Details
#arn ⇒ String
The namespace ARN.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_region ⇒ String
The namespace Amazon Web Services Region.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_status ⇒ String
The creation status of a namespace that is not yet completely created.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center application.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_store ⇒ String
The identity store used for the namespace.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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 |
#name ⇒ String
The name of the error.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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_error ⇒ Types::NamespaceError
An error that occurred when the namespace was created.
23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23939 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 |