JobResource class
Contains an array of AWS resource objects. Each object represents an Amazon S3 bucket, an AWS Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.
Constructors
-
JobResource({List<
Ec2AmiResource> ? ec2AmiResources, List<LambdaResource> ? lambdaResources, List<S3Resource> ? s3Resources}) -
JobResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
ec2AmiResources
→ List<
Ec2AmiResource> ? -
The Amazon Machine Images (AMIs) associated with this job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lambdaResources
→ List<
LambdaResource> ? -
The Python-language Lambda functions for this job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Resources
→ List<
S3Resource> ? -
An array of
S3Resource
objects.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited