SignatureProps
Properties for defining a Signature.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-signature
Initializer
import com.aliyun.ros.cdk.paiplugin.SignatureProps;
SignatureProps.builder()
    .name(java.lang.String)
    .name(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();
Properties
| Name | Type | Description | 
|---|---|---|
name | 
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | 
Property name: The name of the Signature. | 
description | 
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | 
Property description: Application instructions. | 
nameRequired 
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
 
Property name: The name of the Signature.
descriptionOptional 
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
 
Property description: Application instructions.