You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::ApplySchemaRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ApplySchemaRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  published_schema_arn: "Arn", # required
  directory_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.

#published_schema_arnString

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

Returns:

  • (String)

    Published schema Amazon Resource Name (ARN) that needs to be copied.