Class: Aws::LookoutEquipment::Types::CreateLabelGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_group_arnString

The ARN of the label group that you have created.

Returns:

  • (String)


309
310
311
312
313
314
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 309

class CreateLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_nameString

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.

Returns:

  • (String)


309
310
311
312
313
314
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 309

class CreateLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn)
  SENSITIVE = []
  include Aws::Structure
end