Class: Aws::Types::UpdatePolicyStoreInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection"ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


1225
1226
1227
# File 'sig/types.rbs', line 1225

def deletion_protection
  @deletion_protection
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def policy_store_id
  @policy_store_id
end

#validation_settingsTypes::ValidationSettings

Returns the value of attribute validation_settings.



1224
1225
1226
# File 'sig/types.rbs', line 1224

def validation_settings
  @validation_settings
end