Class: Aws::SageMakerGeospatial::Types::PlatformInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::PlatformInput
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#comparison_operator ⇒ String
The ComparisonOperator to use with PlatformInput.
-
#value ⇒ String
The value of the platform.
Instance Attribute Details
#comparison_operator ⇒ String
The ComparisonOperator to use with PlatformInput.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1496 class PlatformInput < Struct.new( :comparison_operator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the platform.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1496 class PlatformInput < Struct.new( :comparison_operator, :value) SENSITIVE = [] include Aws::Structure end |