Class: Aws::CloudDirectory::Types::GetAppliedSchemaVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetAppliedSchemaVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applied_schema_arn ⇒ String
Current applied schema ARN, including the minor version in use if one was provided.
Instance Attribute Details
#applied_schema_arn ⇒ String
Current applied schema ARN, including the minor version in use if one was provided.
2923 2924 2925 2926 2927 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2923 class GetAppliedSchemaVersionResponse < Struct.new( :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |