Class: Aws::Types::NexGuardFileMarkerSettings
- Inherits:
-
Object
- Object
- Aws::Types::NexGuardFileMarkerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license ⇒ ::String
Returns the value of attribute license.
-
#payload ⇒ ::Integer
Returns the value of attribute payload.
-
#preset ⇒ ::String
Returns the value of attribute preset.
-
#strength ⇒ "LIGHTEST", ...
Returns the value of attribute strength.
Instance Attribute Details
#license ⇒ ::String
Returns the value of attribute license.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def license @license end |
#payload ⇒ ::Integer
Returns the value of attribute payload.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def payload @payload end |
#preset ⇒ ::String
Returns the value of attribute preset.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def preset @preset end |
#strength ⇒ "LIGHTEST", ...
Returns the value of attribute strength.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def strength @strength end |