Class: Aws::Types::Dataset
- Inherits:
-
Object
- Object
- Aws::Types::Dataset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#data_storage ⇒ ::Integer
Returns the value of attribute data_storage.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#num_records ⇒ ::Integer
Returns the value of attribute num_records.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
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.
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.
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.
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.
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.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def num_records @num_records end |