Class: Aws::CloudDirectory::Types::UpgradeAppliedSchemaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

The ARN of the directory that is returned as part of the response.

Returns:

  • (String)


5476
5477
5478
5479
5480
5481
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5476

class UpgradeAppliedSchemaResponse < Struct.new(
  :upgraded_schema_arn,
  :directory_arn)
  SENSITIVE = []
  include Aws::Structure
end

#upgraded_schema_arnString

The ARN of the upgraded schema that is returned as part of the response.

Returns:

  • (String)


5476
5477
5478
5479
5480
5481
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5476

class UpgradeAppliedSchemaResponse < Struct.new(
  :upgraded_schema_arn,
  :directory_arn)
  SENSITIVE = []
  include Aws::Structure
end