RemediationExceptionResourceKey

public struct RemediationExceptionResourceKey : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the resource (for example., sg-xxxxxx).

    Declaration

    Swift

    public let resourceId: String?
  • The type of a resource.

    Declaration

    Swift

    public let resourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceId: String? = nil, resourceType: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws