Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SSM::Types::ParameterMetadata

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

Overview

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_patternString

A parameter name can include only the following letters and symbols.

a-zA-Z0-9_.-

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#arnString

The Amazon Resource Name (ARN) of the parameter.

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

class ParameterMetadata < Struct.new(
  :name,
  :arn,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :allowed_pattern,
  :version,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = []
  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)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#descriptionString

Description of the parameter actions.

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

class ParameterMetadata < Struct.new(
  :name,
  :arn,
  :type,
  :key_id,
  :last_modified_date,
  :last_modified_user,
  :description,
  :allowed_pattern,
  :version,
  :tier,
  :policies,
  :data_type)
  SENSITIVE = []
  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)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#last_modified_dateTime

Date the parameter was last changed or updated.

Returns:

  • (Time)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#last_modified_userString

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

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#nameString

The parameter name.

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#policiesArray<Types::ParameterInlinePolicy>

A list of policies associated with a parameter.

Returns:


14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#tierString

The parameter tier.

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#typeString

The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.

Returns:

  • (String)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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

#versionInteger

The parameter version.

Returns:

  • (Integer)

14910
14911
14912
14913
14914
14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14910

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