Class: Aws::SageMakerGeospatial::Types::GetRasterDataCollectionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#descriptionString

A description of the raster data collection.

Returns:

  • (String)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#description_page_urlString

The URL of the description page.

Returns:

  • (String)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#image_source_bandsArray<String>

The list of image source bands in the raster data collection.

Returns:

  • (Array<String>)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#nameString

The name of the raster data collection.

Returns:

  • (String)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#supported_filtersArray<Types::Filter>

The filters supported by the raster data collection.

Returns:



683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

class GetRasterDataCollectionOutput < Struct.new(
  :arn,
  :description,
  :description_page_url,
  :image_source_bands,
  :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>)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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

#typeString

The raster data collection type.

Returns:

  • (String)


683
684
685
686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683

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