Documentation
¶
Overview ¶
Package list provides the SSM Parameter Store list command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONOutputItem ¶
type JSONOutputItem struct {
Name string `json:"name"`
Value *string `json:"value,omitempty"` // nil when error or not requested, pointer to distinguish from empty string
Error string `json:"error,omitempty"`
}
JSONOutputItem represents a single item in JSON output.
Click to show internal directories.
Click to hide internal directories.