Class: Aws::Types::SecurityServicePolicyData
- Inherits:
-
Object
- Object
- Aws::Types::SecurityServicePolicyData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_service_data ⇒ ::String
Returns the value of attribute managed_service_data.
-
#policy_option ⇒ Types::PolicyOption
Returns the value of attribute policy_option.
-
#type ⇒ "WAF", ...
Returns the value of attribute type.
Instance Attribute Details
#managed_service_data ⇒ ::String
Returns the value of attribute managed_service_data.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def managed_service_data @managed_service_data end |
#policy_option ⇒ Types::PolicyOption
Returns the value of attribute policy_option.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def policy_option @policy_option end |
#type ⇒ "WAF", ...
Returns the value of attribute type.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def type @type end |