Class: Aws::Types::LabelActionMapping
- Inherits:
-
Object
- Object
- Aws::Types::LabelActionMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#label_id ⇒ ::String
Returns the value of attribute label_id.
-
#label_name ⇒ ::String
Returns the value of attribute label_name.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
7415 7416 7417 |
# File 'sig/types.rbs', line 7415 def action @action end |
#label_id ⇒ ::String
Returns the value of attribute label_id.
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.
7414 7415 7416 |
# File 'sig/types.rbs', line 7414 def label_name @label_name end |