Class: Aws::Types::CreateDirectoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
572 573 574 |
# File 'sig/types.rbs', line 572 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
573 574 575 |
# File 'sig/types.rbs', line 573 def schema_arn @schema_arn end |