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

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

#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)


73
74
75
76
77
78
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 73

class ApplySchemaRequest < Struct.new(
  :published_schema_arn,
  :directory_arn)
  SENSITIVE = []
  include Aws::Structure
end

#published_schema_arnString

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

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 73

class ApplySchemaRequest < Struct.new(
  :published_schema_arn,
  :directory_arn)
  SENSITIVE = []
  include Aws::Structure
end