DescribeAssetPropertyRequest

public struct DescribeAssetPropertyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset.

    Declaration

    Swift

    public let assetId: String
  • The ID of the asset property.

    Declaration

    Swift

    public let propertyId: String
  • Undocumented

    Declaration

    Swift

    public init(assetId: String, propertyId: String)
  • Declaration

    Swift

    public func validate(name: String) throws