Class: Aws::VerifiedPermissions::Types::UpdatePolicyStoreInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UpdatePolicyStoreInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
Descriptive text that you can provide to help with identification of the current policy store.
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that you want to update.
-
#validation_settings ⇒ Types::ValidationSettings
A structure that defines the validation settings that want to enable for the policy store.
Instance Attribute Details
#description ⇒ String
Descriptive text that you can provide to help with identification of the current policy store.
4208 4209 4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4208 class UpdatePolicyStoreInput < Struct.new( :policy_store_id, :validation_settings, :description) SENSITIVE = [:description] include Aws::Structure end |
#policy_store_id ⇒ String
Specifies the ID of the policy store that you want to update
4208 4209 4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4208 class UpdatePolicyStoreInput < Struct.new( :policy_store_id, :validation_settings, :description) SENSITIVE = [:description] include Aws::Structure end |
#validation_settings ⇒ Types::ValidationSettings
A structure that defines the validation settings that want to enable for the policy store.
4208 4209 4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4208 class UpdatePolicyStoreInput < Struct.new( :policy_store_id, :validation_settings, :description) SENSITIVE = [:description] include Aws::Structure end |