Class: Aws::Types::OutputBand

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#band_name::String

Returns the value of attribute band_name.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def band_name
  @band_name
end

#output_data_type"INT32", ...

Returns the value of attribute output_data_type.

Returns:

  • ("INT32", "FLOAT32", "INT16", "FLOAT64", "UINT16")


431
432
433
# File 'sig/types.rbs', line 431

def output_data_type
  @output_data_type
end