Class: Aws::OpsWorks::Types::CloneStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CloneStackResult
- Defined in:
- gems/aws-sdk-opsworks/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 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 699 class CloneStackResult < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |