Class: Aws::Types::NexGuardFileMarkerSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#license::String

Returns the value of attribute license.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def license
  @license
end

#payload::Integer

Returns the value of attribute payload.

Returns:

  • (::Integer)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def payload
  @payload
end

#preset::String

Returns the value of attribute preset.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def preset
  @preset
end

#strength"LIGHTEST", ...

Returns the value of attribute strength.

Returns:

  • ("LIGHTEST", "LIGHTER", "DEFAULT", "STRONGER", "STRONGEST")


1951
1952
1953
# File 'sig/types.rbs', line 1951

def strength
  @strength
end