Class: Aws::ControlTower::Types::LandingZoneDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::LandingZoneDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Information about the landing zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the landing zone.
-
#drift_status ⇒ Types::LandingZoneDriftStatusSummary
The drift status of the landing zone.
-
#latest_available_version ⇒ String
The latest available version of the landing zone.
-
#manifest ⇒ Hash, ...
The landing zone manifest JSON text file that specifies the landing zone configurations.
-
#status ⇒ String
The landing zone deployment status.
-
#version ⇒ String
The landing zone’s current deployed version.
Instance Attribute Details
#arn ⇒ String
The ARN of the landing zone.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |
#drift_status ⇒ Types::LandingZoneDriftStatusSummary
The drift status of the landing zone.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |
#latest_available_version ⇒ String
The latest available version of the landing zone.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |
#manifest ⇒ Hash, ...
The landing zone manifest JSON text file that specifies the landing zone configurations.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The landing zone deployment status. One of ‘ACTIVE`, `PROCESSING`, `FAILED`.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The landing zone’s current deployed version.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-controltower/types.rb', line 1111 class LandingZoneDetail < Struct.new( :arn, :drift_status, :latest_available_version, :manifest, :status, :version) SENSITIVE = [] include Aws::Structure end |