Class: Aws::SageMakerGeospatial::Types::StopVectorEnrichmentJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::StopVectorEnrichmentJobInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2214 class StopVectorEnrichmentJobInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |