Documentation
¶
Overview ¶
Package show provides the SSM Parameter Store show command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONOutput ¶
type JSONOutput struct {
Name string `json:"name"`
Version int64 `json:"version"`
Type string `json:"type"`
JSONParsed *bool `json:"json_parsed,omitempty"` //nolint:tagliatelle // snake_case for backwards compatibility
Modified string `json:"modified,omitempty"`
Tags map[string]string `json:"tags"`
Value string `json:"value"`
}
JSONOutput represents the JSON output structure for the show command.
Click to show internal directories.
Click to hide internal directories.