You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::RegisterOnPremisesInstanceInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterOnPremisesInstanceInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_name: "InstanceName", # required
  iam_session_arn: "IamSessionArn",
  iam_user_arn: "IamUserArn",
}

Represents the input of the register on-premises instance operation.

Instance Attribute Summary collapse

Instance Attribute Details

#iam_session_arnString

The ARN of the IAM session to associate with the on-premises instance.

Returns:

  • (String)

    The ARN of the IAM session to associate with the on-premises instance.

#iam_user_arnString

The ARN of the IAM user to associate with the on-premises instance.

Returns:

  • (String)

    The ARN of the IAM user to associate with the on-premises instance.

#instance_nameString

The name of the on-premises instance to register.

Returns:

  • (String)

    The name of the on-premises instance to register.