Class: Aws::Personalize::Types::DeleteDatasetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DeleteDatasetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The ARN of the dataset group to delete.
Instance Attribute Details
#dataset_group_arn ⇒ String
The ARN of the dataset group to delete.
2827 2828 2829 2830 2831 |
# File 'lib/aws-sdk-personalize/types.rb', line 2827 class DeleteDatasetGroupRequest < Struct.new( :dataset_group_arn) SENSITIVE = [] include Aws::Structure end |