Class: Aws::Types::Properties
- Inherits:
-
Object
- Object
- Aws::Types::Properties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eo_cloud_cover ⇒ ::Float
Returns the value of attribute eo_cloud_cover.
-
#landsat_cloud_cover_land ⇒ ::Float
Returns the value of attribute landsat_cloud_cover_land.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#view_off_nadir ⇒ ::Float
Returns the value of attribute view_off_nadir.
-
#view_sun_azimuth ⇒ ::Float
Returns the value of attribute view_sun_azimuth.
-
#view_sun_elevation ⇒ ::Float
Returns the value of attribute view_sun_elevation.
Instance Attribute Details
#eo_cloud_cover ⇒ ::Float
Returns the value of attribute eo_cloud_cover.
463 464 465 |
# File 'sig/types.rbs', line 463 def eo_cloud_cover @eo_cloud_cover end |
#landsat_cloud_cover_land ⇒ ::Float
Returns the value of attribute landsat_cloud_cover_land.
464 465 466 |
# File 'sig/types.rbs', line 464 def landsat_cloud_cover_land @landsat_cloud_cover_land end |
#platform ⇒ ::String
Returns the value of attribute platform.
465 466 467 |
# File 'sig/types.rbs', line 465 def platform @platform end |
#view_off_nadir ⇒ ::Float
Returns the value of attribute view_off_nadir.
466 467 468 |
# File 'sig/types.rbs', line 466 def view_off_nadir @view_off_nadir end |
#view_sun_azimuth ⇒ ::Float
Returns the value of attribute view_sun_azimuth.
467 468 469 |
# File 'sig/types.rbs', line 467 def view_sun_azimuth @view_sun_azimuth end |
#view_sun_elevation ⇒ ::Float
Returns the value of attribute view_sun_elevation.
468 469 470 |
# File 'sig/types.rbs', line 468 def view_sun_elevation @view_sun_elevation end |