Skip to content

AttachOptionsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new AttachOptionsProperty {
    object Entrusted = null,
    object LifecycleHook = null
};

Properties

Name Type Description
Entrusted object No description.
LifecycleHook object No description.

EntrustedOptional

public object Entrusted { get; set; }
  • Type: object

LifecycleHookOptional

public object LifecycleHook { get; set; }
  • Type: object