Class: Aws::CodeDeploy::Types::InstanceInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Information about an on-premises instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deregister_timeTime

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

Returns:

  • (Time)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#iam_session_arnString

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

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#iam_user_arnString

The user ARN associated with the on-premises instance.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The ARN of the on-premises instance.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_nameString

The name of the on-premises instance.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#register_timeTime

The time at which the on-premises instance was registered.

Returns:

  • (Time)


2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags currently associated with the on-premises instance.

Returns:



2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-codedeploy/types.rb', line 2752

class InstanceInfo < Struct.new(
  :instance_name,
  :iam_session_arn,
  :iam_user_arn,
  :instance_arn,
  :register_time,
  :deregister_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end