Class: Aws::Types::LabelActionMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ALLOW", ...

Returns the value of attribute action.

Returns:

  • ("ALLOW", "WARN", "BLOCK")


7415
7416
7417
# File 'sig/types.rbs', line 7415

def action
  @action
end

#label_id::String

Returns the value of attribute label_id.

Returns:

  • (::String)


7413
7414
7415
# File 'sig/types.rbs', line 7413

def label_id
  @label_id
end

#label_name::String

Returns the value of attribute label_name.

Returns:

  • (::String)


7414
7415
7416
# File 'sig/types.rbs', line 7414

def label_name
  @label_name
end