Class: Aws::Types::Property

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

Defined Under Namespace

Classes: EoCloudCover, LandsatCloudCoverLand, Platform, Unknown, ViewOffNadir, ViewSunAzimuth, ViewSunElevation

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eo_cloud_coverTypes::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_landTypes::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

#platformTypes::PlatformInput

Returns the value of attribute platform.



475
476
477
# File 'sig/types.rbs', line 475

def platform
  @platform
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


479
480
481
# File 'sig/types.rbs', line 479

def unknown
  @unknown
end

#view_off_nadirTypes::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_azimuthTypes::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_elevationTypes::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