Class: Aws::Types::UpdateLandingZoneInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLandingZoneInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#landing_zone_identifier ⇒ ::String
Returns the value of attribute landing_zone_identifier.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#landing_zone_identifier ⇒ ::String
Returns the value of attribute landing_zone_identifier.
586 587 588 |
# File 'sig/types.rbs', line 586 def landing_zone_identifier @landing_zone_identifier end |
#manifest ⇒ Object
Returns the value of attribute manifest.
587 588 589 |
# File 'sig/types.rbs', line 587 def manifest @manifest end |
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
585 586 587 |
# File 'sig/types.rbs', line 585 def remediation_types @remediation_types end |
#version ⇒ ::String
Returns the value of attribute version.
584 585 586 |
# File 'sig/types.rbs', line 584 def version @version end |