Class: Aws::CloudFormation::Types::DetectStackResourceDriftInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idString

The logical name of the resource for which to return drift information.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3893

class DetectStackResourceDriftInput < Struct.new(
  :stack_name,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the stack to which the resource belongs.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3893

class DetectStackResourceDriftInput < Struct.new(
  :stack_name,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end