Class: Aws::CloudDirectory::Types::GetAppliedSchemaVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applied_schema_arnString

Current applied schema ARN, including the minor version in use if one was provided.

Returns:

  • (String)


2923
2924
2925
2926
2927
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2923

class GetAppliedSchemaVersionResponse < Struct.new(
  :applied_schema_arn)
  SENSITIVE = []
  include Aws::Structure
end