Class: Aws::Types::StackConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::StackConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_resolution ⇒ Types::OutputResolutionStackInput
Returns the value of attribute output_resolution.
-
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
Instance Attribute Details
#output_resolution ⇒ Types::OutputResolutionStackInput
Returns the value of attribute output_resolution.
585 586 587 |
# File 'sig/types.rbs', line 585 def output_resolution @output_resolution end |
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
586 587 588 |
# File 'sig/types.rbs', line 586 def target_bands @target_bands end |