Class: Aws::CloudDirectory::Types::GetSchemaAsJsonRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetSchemaAsJsonRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The ARN of the schema to retrieve.
Instance Attribute Details
#schema_arn ⇒ String
The ARN of the schema to retrieve.
3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3125 class GetSchemaAsJsonRequest < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |