Class: Aws::Types::DataSetSummary

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)


279
280
281
# File 'sig/types.rbs', line 279

def creation_time
  @creation_time
end

#data_set_name::String

Returns the value of attribute data_set_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def data_set_name
  @data_set_name
end

#data_set_org::String

Returns the value of attribute data_set_org.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def data_set_org
  @data_set_org
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def format
  @format
end

#last_referenced_time::Time

Returns the value of attribute last_referenced_time.

Returns:

  • (::Time)


283
284
285
# File 'sig/types.rbs', line 283

def last_referenced_time
  @last_referenced_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


284
285
286
# File 'sig/types.rbs', line 284

def last_updated_time
  @last_updated_time
end