Class: Aws::VerifiedPermissions::Types::GetSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetSchemaInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the schema.
Instance Attribute Details
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the schema.
2216 2217 2218 2219 2220 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2216 class GetSchemaInput < Struct.new( :policy_store_id) SENSITIVE = [] include Aws::Structure end |