Class: Aws::Types::NamespaceInfoV2
- Inherits:
-
Object
- Object
- Aws::Types::NamespaceInfoV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
-
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
-
#iam_identity_center_application_arn ⇒ ::String
Returns the value of attribute iam_identity_center_application_arn.
-
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
-
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace_error ⇒ Types::NamespaceError
Returns the value of attribute namespace_error.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8539 8540 8541 |
# File 'sig/types.rbs', line 8539 def arn @arn end |
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
8540 8541 8542 |
# File 'sig/types.rbs', line 8540 def capacity_region @capacity_region end |
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
8541 8542 8543 |
# File 'sig/types.rbs', line 8541 def creation_status @creation_status end |
#iam_identity_center_application_arn ⇒ ::String
Returns the value of attribute iam_identity_center_application_arn.
8544 8545 8546 |
# File 'sig/types.rbs', line 8544 def iam_identity_center_application_arn @iam_identity_center_application_arn end |
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
8545 8546 8547 |
# File 'sig/types.rbs', line 8545 def iam_identity_center_instance_arn @iam_identity_center_instance_arn end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
8542 8543 8544 |
# File 'sig/types.rbs', line 8542 def identity_store @identity_store end |
#name ⇒ ::String
Returns the value of attribute name.
8538 8539 8540 |
# File 'sig/types.rbs', line 8538 def name @name end |
#namespace_error ⇒ Types::NamespaceError
Returns the value of attribute namespace_error.
8543 8544 8545 |
# File 'sig/types.rbs', line 8543 def namespace_error @namespace_error end |