Class: Aws::Types::UpdateLandingZoneInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#landing_zone_identifier::String

Returns the value of attribute landing_zone_identifier.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def landing_zone_identifier
  @landing_zone_identifier
end

#manifestObject

Returns the value of attribute manifest.

Returns:

  • (Object)


587
588
589
# File 'sig/types.rbs', line 587

def manifest
  @manifest
end

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

Returns the value of attribute remediation_types.

Returns:

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


585
586
587
# File 'sig/types.rbs', line 585

def remediation_types
  @remediation_types
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def version
  @version
end