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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apps_countInteger

The number of apps.

Returns:

  • (Integer)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The stack's ARN.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end

#instances_countTypes::InstancesCount

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



5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end

#layers_countInteger

The number of layers.

Returns:

  • (Integer)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The stack name.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5077

class StackSummary < Struct.new(
  :stack_id,
  :name,
  :arn,
  :layers_count,
  :apps_count,
  :instances_count)
  SENSITIVE = []
  include Aws::Structure
end