Class: Aws::OpsWorks::Types::AssignInstanceRequest

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)


139
140
141
142
143
144
# File 'lib/aws-sdk-opsworks/types.rb', line 139

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

#layer_idsArray<String>

The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.

Returns:

  • (Array<String>)


139
140
141
142
143
144
# File 'lib/aws-sdk-opsworks/types.rb', line 139

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