Class: Aws::CloudFormation::Types::DescribeStackResourceDriftsInput

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

#max_resultsInteger

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

Returns:

  • (Integer)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3093

class DescribeStackResourceDriftsInput < Struct.new(
  :stack_name,
  :stack_resource_drift_status_filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A string that identifies the next page of stack resource drift results.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3093

class DescribeStackResourceDriftsInput < Struct.new(
  :stack_name,
  :stack_resource_drift_status_filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the stack for which you want drift information.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3093

class DescribeStackResourceDriftsInput < Struct.new(
  :stack_name,
  :stack_resource_drift_status_filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#stack_resource_drift_status_filtersArray<String>

The resource drift status values to use as filters for the resource drift results returned.

  • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

  • MODIFIED: One or more resource properties differ from their expected template values.

  • IN_SYNC: The resource's actual configuration matches its expected template configuration.

  • NOT_CHECKED: CloudFormation doesn't currently return this value.

Returns:

  • (Array<String>)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3093

class DescribeStackResourceDriftsInput < Struct.new(
  :stack_name,
  :stack_resource_drift_status_filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end