Method: Aws::OpsWorks::Stack#summary
- Defined in:
- lib/aws-sdk-opsworks/stack.rb
#summary ⇒ StackSummary
572 573 574 575 576 577 |
# File 'lib/aws-sdk-opsworks/stack.rb', line 572 def summary StackSummary.new( stack_id: @id, client: @client ) end |