Class: Aws::Types::Dataset

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


41
42
43
# File 'sig/types.rbs', line 41

def creation_date
  @creation_date
end

#data_storage::Integer

Returns the value of attribute data_storage.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def data_storage
  @data_storage
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def dataset_name
  @dataset_name
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def identity_id
  @identity_id
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def last_modified_by
  @last_modified_by
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


42
43
44
# File 'sig/types.rbs', line 42

def last_modified_date
  @last_modified_date
end

#num_records::Integer

Returns the value of attribute num_records.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def num_records
  @num_records
end