Module: Aws::ForecastService::Client::_DescribeDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #data_frequency ⇒ ::String
- #dataset_arn ⇒ ::String
- #dataset_name ⇒ ::String
- #dataset_type ⇒ "TARGET_TIME_SERIES", ...
- #domain ⇒ "RETAIL", ...
- #encryption_config ⇒ Types::EncryptionConfig
- #last_modification_time ⇒ ::Time
- #schema ⇒ Types::Schema
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
659 |
# File 'sig/client.rbs', line 659
def creation_time: () -> ::Time
|
#data_frequency ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def data_frequency: () -> ::String
|
#dataset_arn ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def dataset_arn: () -> ::String
|
#dataset_name ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def dataset_name: () -> ::String
|
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
654 |
# File 'sig/client.rbs', line 654
def dataset_type: () -> ("TARGET_TIME_SERIES" | "RELATED_TIME_SERIES" | "ITEM_METADATA")
|
#domain ⇒ "RETAIL", ...
653 |
# File 'sig/client.rbs', line 653
def domain: () -> ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
#encryption_config ⇒ Types::EncryptionConfig
657 |
# File 'sig/client.rbs', line 657
def encryption_config: () -> Types::EncryptionConfig
|
#last_modification_time ⇒ ::Time
660 |
# File 'sig/client.rbs', line 660
def last_modification_time: () -> ::Time
|
#status ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def status: () -> ::String
|