Class: Aws::ControlTower::Types::GetLandingZoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetLandingZoneInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#landing_zone_identifier ⇒ String
The unique identifier of the landing zone.
Instance Attribute Details
#landing_zone_identifier ⇒ String
The unique identifier of the landing zone.
1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-controltower/types.rb', line 1233 class GetLandingZoneInput < Struct.new( :landing_zone_identifier) SENSITIVE = [] include Aws::Structure end |