Class: Aws::Types::LandingZoneDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def arn
  @arn
end

#drift_statusTypes::LandingZoneDriftStatusSummary

Returns the value of attribute drift_status.



362
363
364
# File 'sig/types.rbs', line 362

def drift_status
  @drift_status
end

#latest_available_version::String

Returns the value of attribute latest_available_version.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def latest_available_version
  @latest_available_version
end

#manifestObject

Returns the value of attribute manifest.

Returns:

  • (Object)


363
364
365
# File 'sig/types.rbs', line 363

def manifest
  @manifest
end

#remediation_types::Array[("INHERITANCE_DRIFT")]

Returns the value of attribute remediation_types.

Returns:

  • (::Array[("INHERITANCE_DRIFT")])


358
359
360
# File 'sig/types.rbs', line 358

def remediation_types
  @remediation_types
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PROCESSING", "FAILED")


360
361
362
# File 'sig/types.rbs', line 360

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def version
  @version
end