Class: Aws::ControlTower::Types::GetLandingZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetLandingZoneOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#landing_zone ⇒ Types::LandingZoneDetail
Information about the landing zone.
Instance Attribute Details
#landing_zone ⇒ Types::LandingZoneDetail
Information about the landing zone.
1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1062 class GetLandingZoneOutput < Struct.new( :landing_zone) SENSITIVE = [] include Aws::Structure end |