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:



10334
10335
10336
# File 'sig/types.rbs', line 10334

def error_info
  @error_info
end

#s3_destination_configurationTypes::SnapshotS3DestinationConfiguration

Returns the value of attribute s3_destination_configuration.



10332
10333
10334
# File 'sig/types.rbs', line 10332

def s3_destination_configuration
  @s3_destination_configuration
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10333
10334
10335
# File 'sig/types.rbs', line 10333

def s3_uri
  @s3_uri
end