Class: Aws::LookoutEquipment::Types::LabelGroupSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::LabelGroupSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Contains information about the label group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the label group was created.
 - 
  
    
      #label_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the label group.
 - 
  
    
      #label_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the label group.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the label group was updated.
 
Instance Attribute Details
#created_at ⇒ Time
The time at which the label group was created.
      2669 2670 2671 2672 2673 2674 2675 2676  | 
    
      # File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the label group.
      2669 2670 2671 2672 2673 2674 2675 2676  | 
    
      # File '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_name ⇒ String
The name of the label group.
      2669 2670 2671 2672 2673 2674 2675 2676  | 
    
      # File '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_at ⇒ Time
The time at which the label group was updated.
      2669 2670 2671 2672 2673 2674 2675 2676  | 
    
      # File '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  |