ParameterHistory
public struct ParameterHistory : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Parameter names can include the following letters and symbols. a-zA-Z0-9_.-
Declaration
Swift
public let allowedPattern: String?
-
The data type of the parameter, such as text or aws:ec2:image. The default is text.
Declaration
Swift
public let dataType: String?
-
Information about the parameter.
Declaration
Swift
public let description: String?
-
The ID of the query key used for this parameter.
Declaration
Swift
public let keyId: String?
-
Labels assigned to the parameter version.
Declaration
Swift
public let labels: [String]?
-
Date the parameter was last changed or updated.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
Declaration
Swift
public let lastModifiedUser: String?
-
The name of the parameter.
Declaration
Swift
public let name: String?
-
Information about the policies assigned to a parameter. Assigning parameter policies in the AWS Systems Manager User Guide.
Declaration
Swift
public let policies: [ParameterInlinePolicy]?
-
The parameter tier.
Declaration
Swift
public let tier: ParameterTier?
-
The type of parameter used.
Declaration
Swift
public let type: ParameterType?
-
The parameter value.
Declaration
Swift
public let value: String?
-
The parameter version.
Declaration
Swift
public let version: Int64?
-
init(allowedPattern:dataType:description:keyId:labels:lastModifiedDate:lastModifiedUser:name:policies:tier:type:value:version:)
Undocumented
Declaration
Swift
public init(allowedPattern: String? = nil, dataType: String? = nil, description: String? = nil, keyId: String? = nil, labels: [String]? = nil, lastModifiedDate: TimeStamp? = nil, lastModifiedUser: String? = nil, name: String? = nil, policies: [ParameterInlinePolicy]? = nil, tier: ParameterTier? = nil, type: ParameterType? = nil, value: String? = nil, version: Int64? = nil)