Class: Aws::OpsWorks::Types::RegisterInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameString

The instance's hostname.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_identityTypes::InstanceIdentity

An InstanceIdentity object that contains the instance's identity.



4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_ipString

The instance's private IP address.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_ipString

The instance's public IP address.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_keyString

The instances public RSA key. This key is used to encrypt communication between the instance and the service.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_fingerprintString

The instances public RSA key fingerprint.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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_idString

The ID of the stack that the instance is to be registered with.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4438

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