Class: Aws::Types::BandMathConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::BandMathConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_indices ⇒ Types::CustomIndicesInput
Returns the value of attribute custom_indices.
-
#predefined_indices ⇒ ::Array[::String]
Returns the value of attribute predefined_indices.
Instance Attribute Details
#custom_indices ⇒ Types::CustomIndicesInput
Returns the value of attribute custom_indices.
47 48 49 |
# File 'sig/types.rbs', line 47 def custom_indices @custom_indices end |
#predefined_indices ⇒ ::Array[::String]
Returns the value of attribute predefined_indices.
48 49 50 |
# File 'sig/types.rbs', line 48 def predefined_indices @predefined_indices end |