Class: Aws::CloudDirectory::Types::UpdateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpdateSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The ARN that is associated with the updated schema.
Instance Attribute Details
#schema_arn ⇒ String
The ARN that is associated with the updated schema. For more information, see arns.
5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5388 class UpdateSchemaResponse < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |