DescribeAgentResponse constructor

DescribeAgentResponse({
  1. String? agentArn,
  2. DateTime? creationTime,
  3. EndpointType? endpointType,
  4. DateTime? lastConnectionTime,
  5. String? name,
  6. PrivateLinkConfig? privateLinkConfig,
  7. AgentStatus? status,
})

Implementation

DescribeAgentResponse({
  this.agentArn,
  this.creationTime,
  this.endpointType,
  this.lastConnectionTime,
  this.name,
  this.privateLinkConfig,
  this.status,
});