Class: Aws::Types::UpdateSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
-
#type ⇒ "encryption", "network"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
967 968 969 |
# File 'sig/types.rbs', line 967 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
965 966 967 |
# File 'sig/types.rbs', line 965 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
963 964 965 |
# File 'sig/types.rbs', line 963 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
966 967 968 |
# File 'sig/types.rbs', line 966 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
964 965 966 |
# File 'sig/types.rbs', line 964 def policy_version @policy_version end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
962 963 964 |
# File 'sig/types.rbs', line 962 def type @type end |