ListDistributionsByRealtimeLogConfigRequest class

Constructors

ListDistributionsByRealtimeLogConfigRequest({String? marker, String? maxItems, String? realtimeLogConfigArn, String? realtimeLogConfigName})

Properties

hashCode int
The hash code for this object.
no setterinherited
marker String?
Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker from the current page’s response.
final
maxItems String?
The maximum number of distributions that you want in the response.
final
realtimeLogConfigArn String?
The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.
final
realtimeLogConfigName String?
The name of the real-time log configuration whose associated distributions you want to list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited