Class: Aws::OpsWorks::Types::RegisterInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterInstanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘RegisterInstanceResult` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The registered instance’s OpsWorks Stacks ID.
Instance Attribute Details
#instance_id ⇒ String
The registered instance’s OpsWorks Stacks ID.
4478 4479 4480 4481 4482 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4478 class RegisterInstanceResult < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |