Class: Aws::SageMakerGeospatial::Types::GetRasterDataCollectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GetRasterDataCollectionInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
643 644 645 646 647 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 643 class GetRasterDataCollectionInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |