Module: Aws::ForecastService::Client::_DescribeDatasetGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #dataset_arns ⇒ ::Array[::String]
- #dataset_group_arn ⇒ ::String
- #dataset_group_name ⇒ ::String
- #domain ⇒ "RETAIL", ...
- #last_modification_time ⇒ ::Time
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
675 |
# File 'sig/client.rbs', line 675
def creation_time: () -> ::Time
|
#dataset_arns ⇒ ::Array[::String]
672 |
# File 'sig/client.rbs', line 672
def dataset_arns: () -> ::Array[::String]
|
#dataset_group_arn ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def dataset_group_arn: () -> ::String
|
#dataset_group_name ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def dataset_group_name: () -> ::String
|
#domain ⇒ "RETAIL", ...
673 |
# File 'sig/client.rbs', line 673
def domain: () -> ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
#last_modification_time ⇒ ::Time
676 |
# File 'sig/client.rbs', line 676
def last_modification_time: () -> ::Time
|
#status ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def status: () -> ::String
|