Class: Aws::CloudDirectory::Types::CreateDirectoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateDirectoryResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applied_schema_arn ⇒ String
The ARN of the published schema in the Directory.
-
#directory_arn ⇒ String
The ARN that is associated with the Directory.
-
#name ⇒ String
The name of the Directory.
-
#object_identifier ⇒ String
The root object node of the created directory.
Instance Attribute Details
#applied_schema_arn ⇒ String
The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.
2109 2110 2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2109 class CreateDirectoryResponse < Struct.new( :directory_arn, :name, :object_identifier, :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The ARN that is associated with the Directory. For more information, see arns.
2109 2110 2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2109 class CreateDirectoryResponse < Struct.new( :directory_arn, :name, :object_identifier, :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Directory.
2109 2110 2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2109 class CreateDirectoryResponse < Struct.new( :directory_arn, :name, :object_identifier, :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |
#object_identifier ⇒ String
The root object node of the created directory.
2109 2110 2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2109 class CreateDirectoryResponse < Struct.new( :directory_arn, :name, :object_identifier, :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |