AddApplicationCloudWatchLoggingOptionResponse class

Constructors

AddApplicationCloudWatchLoggingOptionResponse({String? applicationARN, int? applicationVersionId, List<CloudWatchLoggingOptionDescription>? cloudWatchLoggingOptionDescriptions})
AddApplicationCloudWatchLoggingOptionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationARN String?
The application's ARN.
final
applicationVersionId int?
The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options.
final
cloudWatchLoggingOptionDescriptions List<CloudWatchLoggingOptionDescription>?
The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application.
final
hashCode int
The hash code for this object.
no setterinherited
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

Operators

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