Class: Aws::SageMakerGeospatial::Types::AssetValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::AssetValue
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure containing the asset properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#href ⇒ String
Link to the asset object.
Instance Attribute Details
#href ⇒ String
Link to the asset object.
88 89 90 91 92 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 88 class AssetValue < Struct.new( :href) SENSITIVE = [] include Aws::Structure end |