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.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def license @license end |
#payload ⇒ ::Integer
Returns the value of attribute payload.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def payload @payload end |
#preset ⇒ ::String
Returns the value of attribute preset.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def preset @preset end |
#strength ⇒ "LIGHTEST", ...
Returns the value of attribute strength.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def strength @strength end |