Class: Aws::CloudDirectory::Types::UpdateSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpdateSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the schema.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the development schema.
Instance Attribute Details
#name ⇒ String
The name of the schema.
5374 5375 5376 5377 5378 5379 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5374 class UpdateSchemaRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
5374 5375 5376 5377 5378 5379 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5374 class UpdateSchemaRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |