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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


3878
3879
3880
3881
3882
3883
# File 'lib/aws-sdk-cloudformation/types.rb', line 3878

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

#stack_nameString

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

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
# File 'lib/aws-sdk-cloudformation/types.rb', line 3878

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