Class: Aws::Types::CreateDirectoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_schema_arn ⇒ ::String
Returns the value of attribute applied_schema_arn.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
Instance Attribute Details
#applied_schema_arn ⇒ ::String
Returns the value of attribute applied_schema_arn.
581 582 583 |
# File 'sig/types.rbs', line 581 def applied_schema_arn @applied_schema_arn end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
578 579 580 |
# File 'sig/types.rbs', line 578 def directory_arn @directory_arn end |
#name ⇒ ::String
Returns the value of attribute name.
579 580 581 |
# File 'sig/types.rbs', line 579 def name @name end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
580 581 582 |
# File 'sig/types.rbs', line 580 def object_identifier @object_identifier end |