RotateIngestEndpointCredentialsResponse constructor
      
      RotateIngestEndpointCredentialsResponse({ 
    
    
- String? arn,
- String? description,
- EgressAccessLogs? egressAccessLogs,
- HlsIngest? hlsIngest,
- String? id,
- IngressAccessLogs? ingressAccessLogs,
- Map<String, String> ? tags,
Implementation
RotateIngestEndpointCredentialsResponse({
  this.arn,
  this.description,
  this.egressAccessLogs,
  this.hlsIngest,
  this.id,
  this.ingressAccessLogs,
  this.tags,
});