Class: Aws::Types::CreateLandingZoneInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#manifestObject

Returns the value of attribute manifest.

Returns:

  • (Object)


77
78
79
# File 'sig/types.rbs', line 77

def manifest
  @manifest
end

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

Returns the value of attribute remediation_types.

Returns:

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


75
76
77
# File 'sig/types.rbs', line 75

def remediation_types
  @remediation_types
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


76
77
78
# File 'sig/types.rbs', line 76

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def version
  @version
end