Method: Aws::CloudFormation::Types::Change#type
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#type ⇒ String
The type of entity that CloudFormation changes.
-
ResourceThis change is for a resource.
^
465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 465 class Change < Struct.new( :type, :hook_invocation_count, :resource_change) SENSITIVE = [] include Aws::Structure end |