Class: Aws::CloudDirectory::Types::GetAppliedSchemaVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetAppliedSchemaVersionRequest
- 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 applied schema.
Instance Attribute Details
#schema_arn ⇒ String
The ARN of the applied schema.
2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2910 class GetAppliedSchemaVersionRequest < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |