DescribeComponentRequest
public struct DescribeComponentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the component.
Declaration
Swift
public let componentName: String -
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String -
Undocumented
Declaration
Swift
public init(componentName: String, resourceGroupName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeComponentRequest Structure Reference