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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/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_time ⇒ Time

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

Returns:

  • (Time)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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_arn ⇒ String

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

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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_arn ⇒ String

The user ARN associated with the on-premises instance.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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_arn ⇒ String

The ARN of the on-premises instance.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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_name ⇒ String

The name of the on-premises instance.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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_time ⇒ Time

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

Returns:

  • (Time)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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

#tags ⇒ Array<Types::Tag>

The tags currently associated with the on-premises instance.

Returns:



2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2793

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