You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::OpsWorks::Types::RegisterInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterInstanceResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a RegisterInstanceResult
request.
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The registered instance's AWS OpsWorks Stacks ID.
Instance Attribute Details
#instance_id ⇒ String
The registered instance's AWS OpsWorks Stacks ID.
5092 5093 5094 5095 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5092 class RegisterInstanceResult < Struct.new( :instance_id) include Aws::Structure end |