Class: Aws::Types::DatasetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
176 177 178 |
# File 'sig/types.rbs', line 176 def created_at @created_at end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def dataset_name @dataset_name end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
175 176 177 |
# File 'sig/types.rbs', line 175 def status @status end |