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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activation_idString

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

Returns:

  • (String)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#created_dateTime

The date the activation was created.

Returns:

  • (Time)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#default_instance_nameString

A name for the managed node when it is created.

Returns:

  • (String)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#descriptionString

A user defined description of the activation.

Returns:

  • (String)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#expiration_dateTime

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

Returns:

  • (Time)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#expiredBoolean

Whether or not the activation is expired.

Returns:

  • (Boolean)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#iam_roleString

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

Returns:

  • (String)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#registration_limitInteger

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

Returns:

  • (Integer)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#registrations_countInteger

The number of managed nodes already registered with this activation.

Returns:

  • (Integer)


85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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

#tagsArray<Types::Tag>

Tags assigned to the activation.

Returns:



85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 85

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