Class: Aws::VerifiedPermissions::Types::PutSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PutSchemaInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Types::SchemaDefinition
Specifies the definition of the schema to be stored.
-
#policy_store_id ⇒ String
Specifies the ID of the policy store in which to place the schema.
Instance Attribute Details
#definition ⇒ Types::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_id ⇒ String
Specifies the ID of the policy store in which to place the schema.
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 |