Class: Aws::VerifiedPermissions::Types::PutSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PutSchemaInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/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.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3378 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.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3378 class PutSchemaInput < Struct.new( :policy_store_id, :definition) SENSITIVE = [] include Aws::Structure end |