DeleteApplicationCloudWatchLoggingOptionResponse class
Constructors
-
DeleteApplicationCloudWatchLoggingOptionResponse({String? applicationARN, int? applicationVersionId, List<
CloudWatchLoggingOptionDescription> ? cloudWatchLoggingOptionDescriptions}) -
DeleteApplicationCloudWatchLoggingOptionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationARN → String?
-
The application's Amazon Resource Name (ARN).
final
- applicationVersionId → int?
-
The version ID of the application. Kinesis Data Analytics updates the
ApplicationVersionId
each time you change the CloudWatch logging options.final -
cloudWatchLoggingOptionDescriptions
→ List<
CloudWatchLoggingOptionDescription> ? -
The descriptions of the remaining CloudWatch logging options for the
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