Class: Aws::CloudFormation::Types::ListStackSetAutoDeploymentTargetsOutput

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

#next_tokenString

If the request doesn’t return all the remaining results, ‘NextToken` is set to a token. To retrieve the next set of results, call [ListStackSetAutoDeploymentTargets] again and use that value for the `NextToken` parameter. If the request returns all results, `NextToken` is set to an empty string.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html

Returns:

  • (String)


5265
5266
5267
5268
5269
5270
# File 'lib/aws-sdk-cloudformation/types.rb', line 5265

class ListStackSetAutoDeploymentTargetsOutput < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::StackSetAutoDeploymentTargetSummary>

An array of summaries of the deployment targets for the stack set.



5265
5266
5267
5268
5269
5270
# File 'lib/aws-sdk-cloudformation/types.rb', line 5265

class ListStackSetAutoDeploymentTargetsOutput < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end