Class: Aws::ControlTower::Types::LandingZoneSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::LandingZoneSummary
- 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
-
#arn ⇒ String
The ARN of the landing zone.
Instance Attribute Details
#arn ⇒ String
The ARN of the landing zone.
1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-controltower/types.rb', line 1258 class LandingZoneSummary < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |