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

Class: Aws::SSM::Types::Parameter

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

Overview

An Systems Manager parameter in Parameter Store.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the parameter.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the parameter.

#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.

#last_modified_dateTime

Date the parameter was last changed or updated and the parameter version was created.

Returns:

  • (Time)

    Date the parameter was last changed or updated and the parameter version was created.

#nameString

The name of the parameter.

Returns:

  • (String)

    The name of the parameter.

#selectorString

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

Returns:

  • (String)

    Either the version number or the label used to retrieve the parameter value.

#source_resultString

Applies to parameters that reference information in other AWS services. SourceResult is the raw result or response from the source.

Returns:

  • (String)

    Applies to parameters that reference information in other AWS services.

#typeString

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

Possible values:

  • String
  • StringList
  • SecureString

Returns:

  • (String)

    The type of parameter.

#valueString

The parameter value.

Returns:

  • (String)

    The parameter value.

#versionInteger

The parameter version.

Returns:

  • (Integer)

    The parameter version.