Input$AwsS3Input class

Constructors

Input$AwsS3Input({String? region, Input$AwsS3CredentialsInput? credentials})
factory
Input$AwsS3Input.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$AwsS3Input<Input$AwsS3Input>
no setter
credentials Input$AwsS3CredentialsInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
region String?
no setter
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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