Class: Aws::ControlTower::Types::GetLandingZoneOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#landing_zoneTypes::LandingZoneDetail

Information about the landing zone.



1062
1063
1064
1065
1066
# File 'lib/aws-sdk-controltower/types.rb', line 1062

class GetLandingZoneOutput < Struct.new(
  :landing_zone)
  SENSITIVE = []
  include Aws::Structure
end