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

Class: Aws::CloudFormation::Types::DetectStackDriftInput

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

Overview

Note:

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

{
  stack_name: "StackNameOrId", # required
  logical_resource_ids: ["LogicalResourceId"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idsArray<String>

The logical names of any resources you want to use as filters.

Returns:

  • (Array<String>)

    The logical names of any resources you want to use as filters.

#stack_nameString

The name of the stack for which you want to detect drift.

Returns:

  • (String)

    The name of the stack for which you want to detect drift.