Class: Aws::Types::Property
- Inherits:
-
Object
- Object
- Aws::Types::Property
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EoCloudCover, LandsatCloudCoverLand, Platform, Unknown, ViewOffNadir, ViewSunAzimuth, ViewSunElevation
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eo_cloud_cover ⇒ Types::EoCloudCoverInput
Returns the value of attribute eo_cloud_cover.
-
#landsat_cloud_cover_land ⇒ Types::LandsatCloudCoverLandInput
Returns the value of attribute landsat_cloud_cover_land.
-
#platform ⇒ Types::PlatformInput
Returns the value of attribute platform.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#view_off_nadir ⇒ Types::ViewOffNadirInput
Returns the value of attribute view_off_nadir.
-
#view_sun_azimuth ⇒ Types::ViewSunAzimuthInput
Returns the value of attribute view_sun_azimuth.
-
#view_sun_elevation ⇒ Types::ViewSunElevationInput
Returns the value of attribute view_sun_elevation.
Instance Attribute Details
#eo_cloud_cover ⇒ Types::EoCloudCoverInput
Returns the value of attribute eo_cloud_cover.
473 474 475 |
# File 'sig/types.rbs', line 473 def eo_cloud_cover @eo_cloud_cover end |
#landsat_cloud_cover_land ⇒ Types::LandsatCloudCoverLandInput
Returns the value of attribute landsat_cloud_cover_land.
474 475 476 |
# File 'sig/types.rbs', line 474 def landsat_cloud_cover_land @landsat_cloud_cover_land end |
#platform ⇒ Types::PlatformInput
Returns the value of attribute platform.
475 476 477 |
# File 'sig/types.rbs', line 475 def platform @platform end |
#unknown ⇒ Object
Returns the value of attribute unknown.
479 480 481 |
# File 'sig/types.rbs', line 479 def unknown @unknown end |
#view_off_nadir ⇒ Types::ViewOffNadirInput
Returns the value of attribute view_off_nadir.
476 477 478 |
# File 'sig/types.rbs', line 476 def view_off_nadir @view_off_nadir end |
#view_sun_azimuth ⇒ Types::ViewSunAzimuthInput
Returns the value of attribute view_sun_azimuth.
477 478 479 |
# File 'sig/types.rbs', line 477 def view_sun_azimuth @view_sun_azimuth end |
#view_sun_elevation ⇒ Types::ViewSunElevationInput
Returns the value of attribute view_sun_elevation.
478 479 480 |
# File 'sig/types.rbs', line 478 def view_sun_elevation @view_sun_elevation end |