DescribeHubRequest
public struct DescribeHubRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the Hub resource to retrieve.
Declaration
Swift
public let hubArn: String?
-
Undocumented
Declaration
Swift
public init(hubArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws