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.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def aws_account_id @aws_account_id end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def identity_store @identity_store end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def namespace @namespace end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def @tags end |