class Aws::CodeDeploy::Types::RegisterOnPremisesInstanceInput
Represents the input of the register on-premises instance operation.
@note When making an API call, you may pass RegisterOnPremisesInstanceInput
data as a hash: { instance_name: "InstanceName", # required iam_session_arn: "IamSessionArn", iam_user_arn: "IamUserArn", }
@!attribute [rw] instance_name
The name of the on-premises instance to register. @return [String]
@!attribute [rw] iam_session_arn
The ARN of the IAM session to associate with the on-premises instance. @return [String]
@!attribute [rw] iam_user_arn
The ARN of the IAM user to associate with the on-premises instance. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterOnPremisesInstanceInput AWS API Documentation
Constants
- SENSITIVE