Class: Aws::Personalize::Types::UpdateDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UpdateDatasetRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the new schema you want use.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
5501 5502 5503 5504 5505 5506 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5501 class UpdateDatasetRequest < Struct.new( :dataset_arn, :schema_arn) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the new schema you want use.
5501 5502 5503 5504 5505 5506 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5501 class UpdateDatasetRequest < Struct.new( :dataset_arn, :schema_arn) SENSITIVE = [] include Aws::Structure end |