Class: Aws::OpsWorks::Types::AssignInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::AssignInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
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_ids ⇒ Array<String>
The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.
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 |