Class: Aws::Types::LabelsInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LabelsInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#s3_input_configuration ⇒ Types::LabelsS3InputConfiguration
Returns the value of attribute s3_input_configuration.
Instance Attribute Details
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
620 621 622 |
# File 'sig/types.rbs', line 620 def label_group_name @label_group_name end |
#s3_input_configuration ⇒ Types::LabelsS3InputConfiguration
Returns the value of attribute s3_input_configuration.
619 620 621 |
# File 'sig/types.rbs', line 619 def s3_input_configuration @s3_input_configuration end |