Method: Aws::CloudFormation::Types::Change#type

Defined in:
lib/aws-sdk-cloudformation/types.rb

#typeString

The type of entity that CloudFormation changes.

  • Resource This change is for a resource.

^

Returns:

  • (String)


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