You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Metadata includes information like the ARN of the last user and the date/time the parameter was last used.

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)

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

#data_typeString

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

Returns:

  • (String)

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

#descriptionString

Description of the parameter actions.

Returns:

  • (String)

    Description of the parameter actions.

#key_idString

The ID of the query key used for this parameter.

Returns:

  • (String)

    The ID of the query key used for this parameter.

#last_modified_dateTime

Date the parameter was last changed or updated.

Returns:

  • (Time)

    Date the parameter was last changed or updated.

#last_modified_userString

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

Returns:

  • (String)

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

#nameString

The parameter name.

Returns:

  • (String)

    The parameter name.

#policiesArray<Types::ParameterInlinePolicy>

A list of policies associated with a parameter.

Returns:

#tierString

The parameter tier.

Possible values:

  • Standard
  • Advanced
  • Intelligent-Tiering

Returns:

  • (String)

    The parameter tier.

#typeString

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

Possible values:

  • String
  • StringList
  • SecureString

Returns:

  • (String)

    The type of parameter.

#versionInteger

The parameter version.

Returns:

  • (Integer)

    The parameter version.