Class: Aws::Types::LabelGroupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


600
601
602
# File 'sig/types.rbs', line 600

def created_at
  @created_at
end

#label_group_arn::String

Returns the value of attribute label_group_arn.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def label_group_arn
  @label_group_arn
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def label_group_name
  @label_group_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


601
602
603
# File 'sig/types.rbs', line 601

def updated_at
  @updated_at
end