Class: Aws::ControlTower::Types::LandingZoneSummary

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

Overview

Returns a summary of information about a landing zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the landing zone.

Returns:

  • (String)


1258
1259
1260
1261
1262
# File 'lib/aws-sdk-controltower/types.rb', line 1258

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