You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorks::Types::AssignInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::AssignInstanceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AssignInstanceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_id: "String", # required
layer_ids: ["String"], # required
}
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
-
#layer_ids ⇒ Array<String>
The layer ID, which must correspond to a custom layer.
Instance Attribute Details
#instance_id ⇒ String
The instance ID.
#layer_ids ⇒ Array<String>
The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.