Class: Aws::ControlTower::Types::UpdateLandingZoneInput

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)


1494
1495
1496
1497
1498
1499
1500
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1494

class UpdateLandingZoneInput < Struct.new(
  :landing_zone_identifier,
  :manifest,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#manifestHash, ...

The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1494
1495
1496
1497
1498
1499
1500
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1494

class UpdateLandingZoneInput < Struct.new(
  :landing_zone_identifier,
  :manifest,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The landing zone version, for example, 3.2.

Returns:

  • (String)


1494
1495
1496
1497
1498
1499
1500
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1494

class UpdateLandingZoneInput < Struct.new(
  :landing_zone_identifier,
  :manifest,
  :version)
  SENSITIVE = []
  include Aws::Structure
end