Class: Aws::OpsWorks::Types::RebootInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The instance ID.

Returns:

  • (String)


4288
4289
4290
4291
4292
# File 'lib/aws-sdk-opsworks/types.rb', line 4288

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