Class: Aws::CloudDirectory::Types::UpdateSchemaResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arnString

The ARN that is associated with the updated schema. For more information, see arns.

Returns:

  • (String)


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