Class: Aws::Types::OutputBand
- Inherits:
-
Object
- Object
- Aws::Types::OutputBand
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#band_name ⇒ ::String
Returns the value of attribute band_name.
-
#output_data_type ⇒ "INT32", ...
Returns the value of attribute output_data_type.
Instance Attribute Details
#band_name ⇒ ::String
Returns the value of attribute band_name.
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.
431 432 433 |
# File 'sig/types.rbs', line 431 def output_data_type @output_data_type end |