ResourceUri
public struct ResourceUri : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of the resource.
Declaration
Swift
public let resourceType: ResourceType?
-
The URI for accessing the resource.
Declaration
Swift
public let uri: String?
-
Undocumented
Declaration
Swift
public init(resourceType: ResourceType? = nil, uri: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws