Class: Aws::CloudDirectory::Types::CreateDirectoryRequest

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

#nameString

The name of the Directory. Should be unique per account, per region.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2081

class CreateDirectoryRequest < Struct.new(
  :name,
  :schema_arn)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2081

class CreateDirectoryRequest < Struct.new(
  :name,
  :schema_arn)
  SENSITIVE = []
  include Aws::Structure
end