Class: Aws::CloudDirectory::Types::ApplySchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ApplySchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
-
#published_schema_arn ⇒ String
Published schema Amazon Resource Name (ARN) that needs to be copied.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 73 class ApplySchemaRequest < Struct.new( :published_schema_arn, :directory_arn) SENSITIVE = [] include Aws::Structure end |
#published_schema_arn ⇒ String
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 73 class ApplySchemaRequest < Struct.new( :published_schema_arn, :directory_arn) SENSITIVE = [] include Aws::Structure end |