Class: Aws::CloudFormation::Types::DetectStackResourceDriftInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DetectStackResourceDriftInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ String
The logical name of the resource for which to return drift information.
-
#stack_name ⇒ String
The name of the stack to which the resource belongs.
Instance Attribute Details
#logical_resource_id ⇒ String
The logical name of the resource for which to return drift information.
3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3869 class DetectStackResourceDriftInput < Struct.new( :stack_name, :logical_resource_id) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack to which the resource belongs.
3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3869 class DetectStackResourceDriftInput < Struct.new( :stack_name, :logical_resource_id) SENSITIVE = [] include Aws::Structure end |