Class: Aws::VerifiedPermissions::Types::UpdatePolicyStoreInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionString

Specifies whether the policy store can be deleted. If enabled, the policy store can’t be deleted.

When you call ‘UpdatePolicyStore`, this parameter is unchanged unless explicitly included in the call.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4736

class UpdatePolicyStoreInput < Struct.new(
  :policy_store_id,
  :validation_settings,
  :deletion_protection,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

Descriptive text that you can provide to help with identification of the current policy store.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4736

class UpdatePolicyStoreInput < Struct.new(
  :policy_store_id,
  :validation_settings,
  :deletion_protection,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#policy_store_idString

Specifies the ID of the policy store that you want to update

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4736

class UpdatePolicyStoreInput < Struct.new(
  :policy_store_id,
  :validation_settings,
  :deletion_protection,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#validation_settingsTypes::ValidationSettings

A structure that defines the validation settings that want to enable for the policy store.



4736
4737
4738
4739
4740
4741
4742
4743
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4736

class UpdatePolicyStoreInput < Struct.new(
  :policy_store_id,
  :validation_settings,
  :deletion_protection,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end