Class: Aws::Types::SnapshotJobS3Result

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:s3_uri])

Instance Attribute Summary collapse

Instance Attribute Details

#error_info::Array[Types::SnapshotJobResultErrorInfo]

Returns the value of attribute error_info.

Returns:



10724
10725
10726
# File 'sig/types.rbs', line 10724

def error_info
  @error_info
end

#s3_destination_configurationTypes::SnapshotS3DestinationConfiguration

Returns the value of attribute s3_destination_configuration.



10722
10723
10724
# File 'sig/types.rbs', line 10722

def s3_destination_configuration
  @s3_destination_configuration
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10723
10724
10725
# File 'sig/types.rbs', line 10723

def s3_uri
  @s3_uri
end