Class: Aws::SageMakerGeospatial::Types::DeleteVectorEnrichmentJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::DeleteVectorEnrichmentJobInput
- 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 being deleted.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.
204 205 206 207 208 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 204 class DeleteVectorEnrichmentJobInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |