Class: Aws::Types::DescribeDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_frequency ⇒ ::String
Returns the value of attribute data_frequency.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
-
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
477 478 479 |
# File 'sig/types.rbs', line 477 def creation_time @creation_time end |
#data_frequency ⇒ ::String
Returns the value of attribute data_frequency.
473 474 475 |
# File 'sig/types.rbs', line 473 def data_frequency @data_frequency end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
469 470 471 |
# File 'sig/types.rbs', line 469 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def dataset_name @dataset_name end |
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
472 473 474 |
# File 'sig/types.rbs', line 472 def dataset_type @dataset_type end |
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
471 472 473 |
# File 'sig/types.rbs', line 471 def domain @domain end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
475 476 477 |
# File 'sig/types.rbs', line 475 def encryption_config @encryption_config end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
478 479 480 |
# File 'sig/types.rbs', line 478 def last_modification_time @last_modification_time end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
474 475 476 |
# File 'sig/types.rbs', line 474 def schema @schema end |
#status ⇒ ::String
Returns the value of attribute status.
476 477 478 |
# File 'sig/types.rbs', line 476 def status @status end |