Class: Aws::OpsWorks::Types::CloneStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CloneStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CloneStack` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The cloned stack ID.
Instance Attribute Details
#stack_id ⇒ String
The cloned stack ID.
699 700 701 702 703 |
# File 'lib/aws-sdk-opsworks/types.rb', line 699 class CloneStackResult < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |