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

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


1046
1047
1048
1049
1050
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1046

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