Class: Aws::CloudFormation::Types::WarningProperty

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

A specific property that is impacted by a warning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the property from the resource provider schema.

Returns:

  • (String)


11632
11633
11634
11635
11636
11637
11638
# File 'lib/aws-sdk-cloudformation/types.rb', line 11632

class WarningProperty < Struct.new(
  :property_path,
  :required,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#property_pathString

The path of the property. For example, if this is for the ‘S3Bucket` member of the `Code` property, the property path would be `Code/S3Bucket`.

Returns:

  • (String)


11632
11633
11634
11635
11636
11637
11638
# File 'lib/aws-sdk-cloudformation/types.rb', line 11632

class WarningProperty < Struct.new(
  :property_path,
  :required,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#requiredBoolean

If ‘true`, the specified property is required.

Returns:

  • (Boolean)


11632
11633
11634
11635
11636
11637
11638
# File 'lib/aws-sdk-cloudformation/types.rb', line 11632

class WarningProperty < Struct.new(
  :property_path,
  :required,
  :description)
  SENSITIVE = []
  include Aws::Structure
end