Class: Aws::OpsWorks::Types::StackSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::StackSummary
- 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
-
#apps_count ⇒ Integer
The number of apps.
-
#arn ⇒ String
The stack's ARN.
-
#instances_count ⇒ Types::InstancesCount
An
InstancesCount
object with the number of instances in each status. -
#layers_count ⇒ Integer
The number of layers.
-
#name ⇒ String
The stack name.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#apps_count ⇒ Integer
The number of apps.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The stack's ARN.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |
#instances_count ⇒ Types::InstancesCount
An InstancesCount
object with the number of instances in each
status.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |
#layers_count ⇒ Integer
The number of layers.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The stack name.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5098 class StackSummary < Struct.new( :stack_id, :name, :arn, :layers_count, :apps_count, :instances_count) SENSITIVE = [] include Aws::Structure end |