Method: Aws::SSM::Types::UnlabelParameterVersionRequest#name
- Defined in:
- lib/aws-sdk-ssm/types.rb
#name ⇒ String
The name of the parameter from which you want to delete one or more labels.
<note markdown=“1”> You can’t enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
</note>
19415 19416 19417 19418 19419 19420 19421 |
# File 'lib/aws-sdk-ssm/types.rb', line 19415 class UnlabelParameterVersionRequest < Struct.new( :name, :parameter_version, :labels) SENSITIVE = [] include Aws::Structure end |