Class: Aws::CloudFormation::Types::WarningProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::WarningProperty
- Defined in:
- gems/aws-sdk-cloudformation/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.
11559 11560 11561 11562 11563 11564 11565 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11559 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
.
11559 11560 11561 11562 11563 11564 11565 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11559 class WarningProperty < Struct.new( :property_path, :required, :description) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
If true
, the specified property is required.
11559 11560 11561 11562 11563 11564 11565 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11559 class WarningProperty < Struct.new( :property_path, :required, :description) SENSITIVE = [] include Aws::Structure end |