Class: Aws::Types::CreateLandingZoneInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLandingZoneInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#manifest ⇒ Object
Returns the value of attribute manifest.
77 78 79 |
# File 'sig/types.rbs', line 77 def manifest @manifest end |
#remediation_types ⇒ ::Array[("INHERITANCE_DRIFT")]
Returns the value of attribute remediation_types.
75 76 77 |
# File 'sig/types.rbs', line 75 def remediation_types @remediation_types end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
76 77 78 |
# File 'sig/types.rbs', line 76 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
74 75 76 |
# File 'sig/types.rbs', line 74 def version @version end |