DescribeLocationS3Response class

DescribeLocationS3Response

Constructors

DescribeLocationS3Response({List<String>? agentArns, DateTime? creationTime, String? locationArn, String? locationUri, S3Config? s3Config, S3StorageClass? s3StorageClass})
DescribeLocationS3Response.fromJson(Map<String, dynamic> json)
factory

Properties

agentArns List<String>?
If you are using DataSync on an AWS Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an AWS Outpost, see outposts-agent.
final
creationTime DateTime?
The time that the Amazon S3 bucket location was created.
final
hashCode int
The hash code for this object.
no setterinherited
locationArn String?
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
final
locationUri String?
The URL of the Amazon S3 location that was described.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Config S3Config?
final
s3StorageClass S3StorageClass?
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
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