Class: Aws::SSM::Types::ParameterHistory

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

Overview

Information about parameter usage.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_patternString

Parameter names can include the following letters and symbols.

a-zA-Z0-9_.-

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#data_typeString

The data type of the parameter, such as ‘text` or `aws:ec2:image`. The default is `text`.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#descriptionString

Information about the parameter.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#key_idString

The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to ‘SecureString` parameters only

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#labelsArray<String>

Labels assigned to the parameter version.

Returns:

  • (Array<String>)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#last_modified_dateTime

Date the parameter was last changed or updated.

Returns:

  • (Time)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#last_modified_userString

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#nameString

The name of the parameter.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#policiesArray<Types::ParameterInlinePolicy>

Information about the policies assigned to a parameter.

Assigning parameter policies][1

in the *Amazon Web Services

Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html

Returns:



13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#tierString

The parameter tier.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#typeString

The type of parameter used.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#valueString

The parameter value.

Returns:

  • (String)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#versionInteger

The parameter version.

Returns:

  • (Integer)


13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-ssm/types.rb', line 13866

class ParameterHistory < Struct.new(
  :name,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :value,
  :allowed_pattern,
  :version,
  :labels,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end