Class: Aws::Types::CreatePolicyStoreInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyStoreInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_settings ⇒ Types::EncryptionSettings
Returns the value of attribute encryption_settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
344 345 346 |
# File 'sig/types.rbs', line 344 def client_token @client_token end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
347 348 349 |
# File 'sig/types.rbs', line 347 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
346 347 348 |
# File 'sig/types.rbs', line 346 def description @description end |
#encryption_settings ⇒ Types::EncryptionSettings
Returns the value of attribute encryption_settings.
348 349 350 |
# File 'sig/types.rbs', line 348 def encryption_settings @encryption_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
349 350 351 |
# File 'sig/types.rbs', line 349 def end |
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
345 346 347 |
# File 'sig/types.rbs', line 345 def validation_settings @validation_settings end |