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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-clouddirectory/types.rb', line 2910

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