GetServiceSettingRequest
public struct GetServiceSettingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the service setting to get. The setting ID can be /ssm/parameter-store/default-parameter-tier, /ssm/parameter-store/high-throughput-enabled, or /ssm/managed-instance/activation-tier.
Declaration
Swift
public let settingId: String -
Undocumented
Declaration
Swift
public init(settingId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetServiceSettingRequest Structure Reference