Class: Aws::SageMakerGeospatial::Types::GetTileOutput

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

#binary_fileIO

The output binary file.

Returns:

  • (IO)


771
772
773
774
775
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 771

class GetTileOutput < Struct.new(
  :binary_file)
  SENSITIVE = []
  include Aws::Structure
end