Class: Aws::CloudFormation::Types::WarningProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::WarningProperty
- 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
-
#description ⇒ String
The description of the property from the resource provider schema.
-
#property_path ⇒ String
The path of the property.
-
#required ⇒ Boolean
If ‘true`, the specified property is required.
Instance Attribute Details
#description ⇒ String
The description of the property from the resource provider schema.
11676 11677 11678 11679 11680 11681 11682 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11676 class WarningProperty < Struct.new( :property_path, :required, :description) SENSITIVE = [] include Aws::Structure end |
#property_path ⇒ String
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`.
11676 11677 11678 11679 11680 11681 11682 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11676 class WarningProperty < Struct.new( :property_path, :required, :description) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
If ‘true`, the specified property is required.
11676 11677 11678 11679 11680 11681 11682 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11676 class WarningProperty < Struct.new( :property_path, :required, :description) SENSITIVE = [] include Aws::Structure end |