Class: Aws::Types::DescribeLabelGroupResponse

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)


294
295
296
# File 'sig/types.rbs', line 294

def created_at
  @created_at
end

#fault_codes::Array[::String]

Returns the value of attribute fault_codes.

Returns:

  • (::Array[::String])


293
294
295
# File 'sig/types.rbs', line 293

def fault_codes
  @fault_codes
end

#label_group_arn::String

Returns the value of attribute label_group_arn.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def label_group_arn
  @label_group_arn
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def label_group_name
  @label_group_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


295
296
297
# File 'sig/types.rbs', line 295

def updated_at
  @updated_at
end