Class: Aws::CodeDeploy::Types::RegisterOnPremisesInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::RegisterOnPremisesInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of the register on-premises instance operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_session_arn ⇒ String
The ARN of the IAM session to associate with the on-premises instance.
-
#iam_user_arn ⇒ String
The ARN of the user to associate with the on-premises instance.
-
#instance_name ⇒ String
The name of the on-premises instance to register.
Instance Attribute Details
#iam_session_arn ⇒ String
The ARN of the IAM session to associate with the on-premises instance.
4301 4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4301 class RegisterOnPremisesInstanceInput < Struct.new( :instance_name, :iam_session_arn, :iam_user_arn) SENSITIVE = [] include Aws::Structure end |
#iam_user_arn ⇒ String
The ARN of the user to associate with the on-premises instance.
4301 4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4301 class RegisterOnPremisesInstanceInput < Struct.new( :instance_name, :iam_session_arn, :iam_user_arn) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The name of the on-premises instance to register.
4301 4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4301 class RegisterOnPremisesInstanceInput < Struct.new( :instance_name, :iam_session_arn, :iam_user_arn) SENSITIVE = [] include Aws::Structure end |