Class: Aws::OpsWorks::Types::CloneStackResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stack_idString

The cloned stack ID.

Returns:

  • (String)


697
698
699
700
701
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 697

class CloneStackResult < Struct.new(
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end