Class: Aws::Macie2::Types::CreateClassificationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateClassificationJobResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about a classification job that was created in response to a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#job_arn ⇒ String
1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1332 class CreateClassificationJobResponse < Struct.new( :job_arn, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1332 class CreateClassificationJobResponse < Struct.new( :job_arn, :job_id) SENSITIVE = [] include Aws::Structure end |