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.
1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1953 class GetSchemaInput < Struct.new( :policy_store_id) SENSITIVE = [] include Aws::Structure end |