ServiceSetting
public struct ServiceSetting : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the service setting.
Declaration
Swift
public let arn: String?
-
The last time the service setting was modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The ARN of the last modified user. This field is populated only if the setting value was overwritten.
Declaration
Swift
public let lastModifiedUser: String?
-
The ID of the service setting.
Declaration
Swift
public let settingId: String?
-
The value of the service setting.
Declaration
Swift
public let settingValue: String?
-
The status of the service setting. The value can be Default, Customized or PendingUpdate. Default: The current setting uses a default value provisioned by the AWS service team. Customized: The current setting use a custom value specified by the customer. PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, lastModifiedDate: TimeStamp? = nil, lastModifiedUser: String? = nil, settingId: String? = nil, settingValue: String? = nil, status: String? = nil)