Class: Aws::ControlTower::Types::ResetLandingZoneInput

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_zone_identifierString

The unique identifier of the landing zone.

Returns:

  • (String)


1571
1572
1573
1574
1575
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1571

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