Class: Aws::LookoutEquipment::Types::CreateLabelGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateLabelGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the label group that you have created.
-
#label_group_name ⇒ String
The name of the label group that you have created.
Instance Attribute Details
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the label group that you have created.
334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 334 class CreateLabelGroupResponse < Struct.new( :label_group_name, :label_group_arn) SENSITIVE = [] include Aws::Structure end |
#label_group_name ⇒ String
The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data.
334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 334 class CreateLabelGroupResponse < Struct.new( :label_group_name, :label_group_arn) SENSITIVE = [] include Aws::Structure end |