Class: Aws::OpsWorks::Types::UnassignInstanceRequest

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)


5259
5260
5261
5262
5263
# File 'lib/aws-sdk-opsworks/types.rb', line 5259

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