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.
8188 8189 8190 |
# File 'sig/types.rbs', line 8188 def arn @arn end |
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
8189 8190 8191 |
# File 'sig/types.rbs', line 8189 def capacity_region @capacity_region end |
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
8190 8191 8192 |
# File 'sig/types.rbs', line 8190 def creation_status @creation_status end |
#iam_identity_center_application_arn ⇒ ::String
Returns the value of attribute iam_identity_center_application_arn.
8193 8194 8195 |
# File 'sig/types.rbs', line 8193 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.
8194 8195 8196 |
# File 'sig/types.rbs', line 8194 def iam_identity_center_instance_arn @iam_identity_center_instance_arn end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
8191 8192 8193 |
# File 'sig/types.rbs', line 8191 def identity_store @identity_store end |
#name ⇒ ::String
Returns the value of attribute name.
8187 8188 8189 |
# File 'sig/types.rbs', line 8187 def name @name end |
#namespace_error ⇒ Types::NamespaceError
Returns the value of attribute namespace_error.
8192 8193 8194 |
# File 'sig/types.rbs', line 8192 def namespace_error @namespace_error end |