Class: Aws::Types::CreateSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityPolicyRequest
- 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.
-
#type ⇒ "encryption", "network"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
336 337 338 |
# File 'sig/types.rbs', line 336 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
334 335 336 |
# File 'sig/types.rbs', line 334 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
333 334 335 |
# File 'sig/types.rbs', line 333 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
335 336 337 |
# File 'sig/types.rbs', line 335 def policy @policy end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
332 333 334 |
# File 'sig/types.rbs', line 332 def type @type end |