Class: Aws::CloudDirectory::Types::CreateDirectoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applied_schema_arnString

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.

Returns:

  • (String)


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_arnString

The ARN that is associated with the Directory. For more information, see arns.

Returns:

  • (String)


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

#nameString

The name of the Directory.

Returns:

  • (String)


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_identifierString

The root object node of the created directory.

Returns:

  • (String)


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