You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::StackSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Summarizes the number of layers, instances, and apps in a stack.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#apps_countInteger

The number of apps.

Returns:

  • (Integer)

    The number of apps.

#arnString

The stack\'s ARN.

Returns:

  • (String)

    The stack\'s ARN.

#instances_countTypes::InstancesCount

An InstancesCount object with the number of instances in each status.

Returns:

#layers_countInteger

The number of layers.

Returns:

  • (Integer)

    The number of layers.

#nameString

The stack name.

Returns:

  • (String)

    The stack name.

#stack_idString

The stack ID.

Returns:

  • (String)

    The stack ID.