Class: Aws::CloudFormation::Types::StackSetSummary

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

Overview

The structures that contain summary information about the specified stack set.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the stack set that you specify when the stack set is created or updated.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-cloudformation/types.rb', line 5143

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status)
  include Aws::Structure
end

#stack_set_idString

The ID of the stack set.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-cloudformation/types.rb', line 5143

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status)
  include Aws::Structure
end

#stack_set_nameString

The name of the stack set.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-cloudformation/types.rb', line 5143

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status)
  include Aws::Structure
end

#statusString

The status of the stack set.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-cloudformation/types.rb', line 5143

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status)
  include Aws::Structure
end