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)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def license
  @license
end

#payload::Integer

Returns the value of attribute payload.

Returns:

  • (::Integer)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def payload
  @payload
end

#preset::String

Returns the value of attribute preset.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def preset
  @preset
end

#strength"LIGHTEST", ...

Returns the value of attribute strength.

Returns:

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


1972
1973
1974
# File 'sig/types.rbs', line 1972

def strength
  @strength
end