Class: Aws::Types::LandingZoneDetail
- Inherits:
-
Object
- Object
- Aws::Types::LandingZoneDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#drift_status ⇒ Types::LandingZoneDriftStatusSummary
Returns the value of attribute drift_status.
-
#latest_available_version ⇒ ::String
Returns the value of attribute latest_available_version.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def arn @arn end |
#drift_status ⇒ Types::LandingZoneDriftStatusSummary
Returns the value of attribute drift_status.
362 363 364 |
# File 'sig/types.rbs', line 362 def drift_status @drift_status end |
#latest_available_version ⇒ ::String
Returns the value of attribute latest_available_version.
361 362 363 |
# File 'sig/types.rbs', line 361 def latest_available_version @latest_available_version end |
#manifest ⇒ Object
Returns the value of attribute manifest.
363 364 365 |
# File 'sig/types.rbs', line 363 def manifest @manifest end |
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
358 359 360 |
# File 'sig/types.rbs', line 358 def remediation_types @remediation_types end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
360 361 362 |
# File 'sig/types.rbs', line 360 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
357 358 359 |
# File 'sig/types.rbs', line 357 def version @version end |