Class: Aws::SSM::Types::DeleteParametersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteParametersRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The names of the parameters to delete.
Instance Attribute Details
#names ⇒ Array<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.
4300 4301 4302 4303 4304 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4300 class DeleteParametersRequest < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |