Class: Aws::CloudDirectory::Types::PublishSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PublishSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#published_schema_arn ⇒ String
The ARN that is associated with the published schema.
Instance Attribute Details
#published_schema_arn ⇒ String
The ARN that is associated with the published schema. For more information, see arns.
4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4766 class PublishSchemaResponse < Struct.new( :published_schema_arn) SENSITIVE = [] include Aws::Structure end |