Class: Aws::OpsWorks::Types::RegisterInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The instance’s host name.
-
#instance_identity ⇒ Types::InstanceIdentity
An InstanceIdentity object that contains the instance’s identity.
-
#private_ip ⇒ String
The instance’s private IP address.
-
#public_ip ⇒ String
The instance’s public IP address.
-
#rsa_public_key ⇒ String
The instances public RSA key.
-
#rsa_public_key_fingerprint ⇒ String
The instances public RSA key fingerprint.
-
#stack_id ⇒ String
The ID of the stack that the instance is to be registered with.
Instance Attribute Details
#hostname ⇒ String
The instance’s host name. The following are character limits for instance host names.
-
Linux-based instances: 63 characters
-
Windows-based instances: 15 characters
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#instance_identity ⇒ Types::InstanceIdentity
An InstanceIdentity object that contains the instance’s identity.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#private_ip ⇒ String
The instance’s private IP address.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#public_ip ⇒ String
The instance’s public IP address.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#rsa_public_key ⇒ String
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#rsa_public_key_fingerprint ⇒ String
The instances public RSA key fingerprint.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The ID of the stack that the instance is to be registered with.
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4458 class RegisterInstanceRequest < Struct.new( :stack_id, :hostname, :public_ip, :private_ip, :rsa_public_key, :rsa_public_key_fingerprint, :instance_identity) SENSITIVE = [] include Aws::Structure end |