Class: Aws::OpsWorks::Types::UnassignInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UnassignInstanceRequest
- 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.
Instance Attribute Details
#instance_id ⇒ String
The instance ID.
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 |