ParameterMetadata
public struct ParameterMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A parameter name can include only 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? -
Description of the parameter actions.
Declaration
Swift
public let description: String? -
The ID of the query key used for this parameter.
Declaration
Swift
public let keyId: 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 parameter name.
Declaration
Swift
public let name: String? -
A list of policies associated with a parameter.
Declaration
Swift
public let policies: [ParameterInlinePolicy]? -
The parameter tier.
Declaration
Swift
public let tier: ParameterTier? -
The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.
Declaration
Swift
public let type: ParameterType? -
The parameter version.
Declaration
Swift
public let version: Int64? -
init(allowedPattern:dataType:description:keyId:lastModifiedDate:lastModifiedUser:name:policies:tier:type:version:)Undocumented
Declaration
Swift
public init(allowedPattern: String? = nil, dataType: String? = nil, description: String? = nil, keyId: String? = nil, lastModifiedDate: TimeStamp? = nil, lastModifiedUser: String? = nil, name: String? = nil, policies: [ParameterInlinePolicy]? = nil, tier: ParameterTier? = nil, type: ParameterType? = nil, version: Int64? = nil)
View on GitHub
ParameterMetadata Structure Reference