Class: Aws::VerifiedPermissions::Types::PutSchemaInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::SchemaDefinition

Specifies the definition of the schema to be stored. The schema definition must be written in Cedar schema JSON.



3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3533

class PutSchemaInput < Struct.new(
  :policy_store_id,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

Specifies the ID of the policy store in which to place the schema.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3533

class PutSchemaInput < Struct.new(
  :policy_store_id,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end