Class: Aws::CloudDirectory::Types::GetAppliedSchemaVersionRequest

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

#schema_arnString

The ARN of the applied schema.

Returns:

  • (String)


2910
2911
2912
2913
2914
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2910

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