Class: Aws::CloudDirectory::Types::UpgradePublishedSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpgradePublishedSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#upgraded_schema_arn ⇒ String
The ARN of the upgraded schema that is returned as part of the response.
Instance Attribute Details
#upgraded_schema_arn ⇒ String
The ARN of the upgraded schema that is returned as part of the response.
5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5523 class UpgradePublishedSchemaResponse < Struct.new( :upgraded_schema_arn) SENSITIVE = [] include Aws::Structure end |