Class: Aws::CloudFormation::Types::PhysicalResourceIdContextKeyValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::PhysicalResourceIdContextKeyValuePair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource’s logical and physical IDs aren’t enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The resource context key.
-
#value ⇒ String
The resource context value.
Instance Attribute Details
#key ⇒ String
The resource context key.
6230 6231 6232 6233 6234 6235 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6230 class PhysicalResourceIdContextKeyValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The resource context value.
6230 6231 6232 6233 6234 6235 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6230 class PhysicalResourceIdContextKeyValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |