Method: Aws::CloudFormation::Types::ResourceTargetDefinition#attribute
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#attribute ⇒ String
Indicates which resource attribute is triggering this update, such as a change in the resource attribute’s Metadata, Properties, or Tags.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8087 class ResourceTargetDefinition < Struct.new( :attribute, :name, :requires_recreation, :path, :before_value, :after_value, :before_value_from, :after_value_from, :drift, :attribute_change_type) SENSITIVE = [] include Aws::Structure end |