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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.



900
901
902
903
904
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 900

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