Class: Aws::OpsWorks::Types::StopStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::StopStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#stack_id ⇒ String
The stack ID.
5162 5163 5164 5165 5166 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5162 class StopStackRequest < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |