Class: Aws::Types::CreateNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def aws_account_id @aws_account_id end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def identity_store @identity_store end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def namespace @namespace end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def @tags end |