Class: Aws::CloudDirectory::Types::GetAppliedSchemaVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetAppliedSchemaVersionResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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.
4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4949 class GetAppliedSchemaVersionResponse < Struct.new( :applied_schema_arn) SENSITIVE = [] include Aws::Structure end |