Class: Aws::Types::Properties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eo_cloud_cover::Float

Returns the value of attribute eo_cloud_cover.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


468
469
470
# File 'sig/types.rbs', line 468

def view_sun_elevation
  @view_sun_elevation
end