Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Response object containing details for a specific RasterDataCollection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the raster data collection.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the raster data collection.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#description_page_urlString

The description URL of the raster data collection.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the raster data collection.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#supported_filtersArray<Types::Filter>

The list of filters supported by the raster data collection.

Returns:



1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of raster data collection.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1705

class RasterDataCollectionMetadata < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :name,
  :supported_filters,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end