DescribeAgentResponse constructor
DescribeAgentResponse({
- String? agentArn,
- DateTime? creationTime,
- EndpointType? endpointType,
- DateTime? lastConnectionTime,
- String? name,
- PrivateLinkConfig? privateLinkConfig,
- AgentStatus? status,
Implementation
DescribeAgentResponse({
this.agentArn,
this.creationTime,
this.endpointType,
this.lastConnectionTime,
this.name,
this.privateLinkConfig,
this.status,
});