Class: Aws::OpsWorks::Types::StartStackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The stack ID.

Returns:

  • (String)


5106
5107
5108
5109
5110
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5106

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