Class: Aws::Rekognition::Types::CreateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateDatasetResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The ARN of the created Amazon Rekognition Custom Labels dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the created Amazon Rekognition Custom Labels dataset.
924 925 926 927 928 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 924 class CreateDatasetResponse < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |