ResourcePathComponent
public struct ResourcePathComponent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource path.
Declaration
Swift
public let id: String?
-
The name of the resource path.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil)