Class: Aws::CloudDirectory::Types::PublishSchemaResponse

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

#published_schema_arnString

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

Returns:

  • (String)


4766
4767
4768
4769
4770
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4766

class PublishSchemaResponse < Struct.new(
  :published_schema_arn)
  SENSITIVE = []
  include Aws::Structure
end