Class: Aws::Types::UpdatePolicyStoreInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyStoreInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
Instance Attribute Details
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def description @description end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def policy_store_id @policy_store_id end |
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def validation_settings @validation_settings end |