Class: Aws::SSM::Types::DeleteParametersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

Returns:

  • (Array<String>)


4269
4270
4271
4272
4273
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4269

class DeleteParametersRequest < Struct.new(
  :names)
  SENSITIVE = []
  include Aws::Structure
end