Class: Aws::ControlTower::Types::GetLandingZoneInput

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_zone_identifierString

The unique identifier of the landing zone.

Returns:

  • (String)


1026
1027
1028
1029
1030
# File 'lib/aws-sdk-controltower/types.rb', line 1026

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