Class: Aws::SSM::Types::Activation

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

Overview

An activation registers one or more on-premises servers or virtual machines (VMs) with AWS so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with AWS is called a managed instance.

Instance Attribute Summary collapse

Instance Attribute Details

#activation_idString

The ID created by Systems Manager when you submitted the activation.

Returns:

  • (String)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#created_dateTime

The date the activation was created.

Returns:

  • (Time)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#default_instance_nameString

A name for the managed instance when it is created.

Returns:

  • (String)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#descriptionString

A user defined description of the activation.

Returns:

  • (String)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#expiration_dateTime

The date when this activation can no longer be used to register managed instances.

Returns:

  • (Time)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#expiredBoolean

Whether or not the activation is expired.

Returns:

  • (Boolean)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#iam_roleString

The Amazon Identity and Access Management (IAM) role to assign to the managed instance.

Returns:

  • (String)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#registration_limitInteger

The maximum number of managed instances that can be registered using this activation.

Returns:

  • (Integer)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#registrations_countInteger

The number of managed instances already registered with this activation.

Returns:

  • (Integer)


81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags assigned to the activation.

Returns:



81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/aws-sdk-ssm/types.rb', line 81

class Activation < Struct.new(
  :activation_id,
  :description,
  :default_instance_name,
  :iam_role,
  :registration_limit,
  :registrations_count,
  :expiration_date,
  :expired,
  :created_date,
  :tags)
  include Aws::Structure
end