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

Class: Aws::OpsWorks::StackSummary

Inherits:
Resources::Resource show all
Defined in:
(unknown)

Instance Attribute Summary collapse

Attributes inherited from Resources::Resource

#client, #identifiers

Instance Method Summary collapse

Methods inherited from Resources::Resource

add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until

Methods included from Resources::OperationMethods

#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations

Constructor Details

#initialize(stack_id, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object

Overloads:

  • #initialize(stack_id, options = {}) ⇒ Object

    Parameters:

    • stack_id (String)

    Options Hash (options):

    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Client object.

  • #initialize(options = {}) ⇒ Object

    Options Hash (options):

    • :stack_id (required, String)
    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Client object.

Instance Attribute Details

#apps_countInteger (readonly)

The number of apps.

Returns:

  • (Integer)

    The number of apps.

#arnString (readonly)

The stack\'s ARN.

Returns:

  • (String)

    The stack\'s ARN.

#instances_countTypes::InstancesCount (readonly)

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

Returns:

#layers_countInteger (readonly)

The number of layers.

Returns:

  • (Integer)

    The number of layers.

#nameString (readonly)

The stack name.

Returns:

  • (String)

    The stack name.

#stack_idString (readonly)

Returns:

  • (String)

Instance Method Details

#stackStack

Returns: