Class: Aws::SageMakerGeospatial::Types::AssetValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hrefString

Link to the asset object.

Returns:

  • (String)


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