Class: Aws::SageMakerGeospatial::Types::PlatformInput

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

Overview

The input structure for specifying Platform. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The ComparisonOperator to use with PlatformInput.

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1496

class PlatformInput < Struct.new(
  :comparison_operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the platform.

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1496

class PlatformInput < Struct.new(
  :comparison_operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end