Class: Aws::ControlTower::Types::LandingZoneDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Information about the landing zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the landing zone.

Returns:

  • (String)


949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#drift_statusTypes::LandingZoneDriftStatusSummary

The drift status of the landing zone.



949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#latest_available_versionString

The latest available version of the landing zone.

Returns:

  • (String)


949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#manifestHash, ...

The landing zone manifest.yaml text file that specifies the landing zone configurations.

Returns:

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


949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.

Returns:

  • (String)


949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The landing zone's current deployed version.

Returns:

  • (String)


949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 949

class LandingZoneDetail < Struct.new(
  :arn,
  :drift_status,
  :latest_available_version,
  :manifest,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end