Class: Aws::Types::DatasetGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


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

def dataset_group_arn
  @dataset_group_arn
end

#dataset_group_name ⇒ ::String

Returns the value of attribute dataset_group_name.

Returns:

  • (::String)


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

def dataset_group_name
  @dataset_group_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


297
298
299
# File 'sig/types.rbs', line 297

def last_modification_time
  @last_modification_time
end