Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
simple_aws_ssm_parameter_store 0.2.3 documentation
Logo
simple_aws_ssm_parameter_store 0.2.3 documentation
Back to top
View this page

model¶

Data Model.

class simple_aws_ssm_parameter_store.model.Parameter(_data: dict[str, Any])[source]¶

Represents a parameter in AWS SSM Parameter Store.

  • get_parameter

  • get_parameters

  • describe_parameters

  • put_parameter

property response: dict[str, Any]¶

The raw response from the AWS SSM Parameter Store API.

property last_modified_user: str | None¶

Last modified user (from describe_parameters)

property core_data: Dict[str, Any]¶

Essential parameter information in standardized format

Copyright © 2025, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • model
    • Parameter
      • Parameter.response
      • Parameter.last_modified_user
      • Parameter.core_data