DescribeChannelResponse class
Constructors
-
DescribeChannelResponse({String? arn, String? description, EgressAccessLogs? egressAccessLogs, HlsIngest? hlsIngest, String? id, IngressAccessLogs? ingressAccessLogs, Map<
String, String> ? tags}) -
DescribeChannelResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) assigned to the Channel.
final
- description → String?
-
A short text description of the Channel.
final
- egressAccessLogs → EgressAccessLogs?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hlsIngest → HlsIngest?
-
final
- id → String?
-
The ID of the Channel.
final
- ingressAccessLogs → IngressAccessLogs?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited