Class: Aws::SageMakerGeospatial::Types::Property
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::Property
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Property is a union - when making an API calls you must set exactly one of the members.
Property is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Property corresponding to the set member.
Represents a single searchable property to search on.
Direct Known Subclasses
EoCloudCover, LandsatCloudCoverLand, Platform, Unknown, ViewOffNadir, ViewSunAzimuth, ViewSunElevation
Defined Under Namespace
Classes: EoCloudCover, LandsatCloudCoverLand, Platform, Unknown, ViewOffNadir, ViewSunAzimuth, ViewSunElevation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eo_cloud_cover ⇒ Types::EoCloudCoverInput
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
-
#landsat_cloud_cover_land ⇒ Types::LandsatCloudCoverLandInput
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
-
#platform ⇒ Types::PlatformInput
The structure representing Platform property filter consisting of value and comparison operator.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#view_off_nadir ⇒ Types::ViewOffNadirInput
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
-
#view_sun_azimuth ⇒ Types::ViewSunAzimuthInput
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
-
#view_sun_elevation ⇒ Types::ViewSunElevationInput
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
Instance Attribute Details
#eo_cloud_cover ⇒ Types::EoCloudCoverInput
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |
#landsat_cloud_cover_land ⇒ Types::LandsatCloudCoverLandInput
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |
#platform ⇒ Types::PlatformInput
The structure representing Platform property filter consisting of value and comparison operator.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1617 1618 1619 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 def unknown @unknown end |
#view_off_nadir ⇒ Types::ViewOffNadirInput
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |
#view_sun_azimuth ⇒ Types::ViewSunAzimuthInput
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |
#view_sun_elevation ⇒ Types::ViewSunElevationInput
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617 class Property < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class EoCloudCover < Property; end class LandsatCloudCoverLand < Property; end class Platform < Property; end class ViewOffNadir < Property; end class ViewSunAzimuth < Property; end class ViewSunElevation < Property; end class Unknown < Property; end end |