Class: Aws::LookoutEquipment::Types::LabelGroupSummary

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

Overview

Contains information about the label group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the label group was created.

Returns:

  • (Time)


2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2669

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

#label_group_arnString

The Amazon Resource Name (ARN) of the label group.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2669

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

#label_group_nameString

The name of the label group.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2669

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

#updated_atTime

The time at which the label group was updated.

Returns:

  • (Time)


2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2669

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