Class: Aws::OpsWorks::Types::DeregisterInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeregisterInstanceRequest
- 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.
2213 2214 2215 2216 2217 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2213 class DeregisterInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |