Class: Aws::OpsWorks::Types::RebootInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RebootInstanceRequest
- 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.
4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4303 class RebootInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |