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