You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DetectStackResourceDriftInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_name: "StackNameOrId", # required
  logical_resource_id: "LogicalResourceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idString

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

Returns:

  • (String)

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

#stack_nameString

The name of the stack to which the resource belongs.

Returns:

  • (String)

    The name of the stack to which the resource belongs.