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

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_idsArray<String>

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

Returns:

  • (Array<String>)


3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3858

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)


3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3858

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