Class: Aws::SSM::Types::DeleteActivationRequest

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

Overview

Note:

When making an API call, you may pass DeleteActivationRequest data as a hash:

{
  activation_id: "ActivationId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#activation_idString

The ID of the activation that you want to delete.

Returns:

  • (String)


2791
2792
2793
2794
# File 'lib/aws-sdk-ssm/types.rb', line 2791

class DeleteActivationRequest < Struct.new(
  :activation_id)
  include Aws::Structure
end