Class: Aws::CloudDirectory::Types::ApplySchemaResponse

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 applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

Returns:

  • (String)


94
95
96
97
98
99
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 94

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

#directory_arnString

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

Returns:

  • (String)


94
95
96
97
98
99
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 94

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