Method: Aws::SSM::Types::LabelParameterVersionResult#parameter_version
- Defined in:
- lib/aws-sdk-ssm/types.rb
#parameter_version ⇒ Integer
The version of the parameter that has been labeled.
11727 11728 11729 11730 11731 11732 |
# File 'lib/aws-sdk-ssm/types.rb', line 11727 class LabelParameterVersionResult < Struct.new( :invalid_labels, :parameter_version) SENSITIVE = [] include Aws::Structure end |