Class: Aws::Types::CreatePolicyStoreInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def deletion_protection
  @deletion_protection
end

#description::String

Returns the value of attribute description.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def description
  @description
end

#encryption_settingsTypes::EncryptionSettings

Returns the value of attribute encryption_settings.

Returns:



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.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def tags
  @tags
end

#validation_settingsTypes::ValidationSettings

Returns the value of attribute validation_settings.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def validation_settings
  @validation_settings
end