Class: Aws::Types::SnapshotJobS3Result
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotJobS3Result
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_info ⇒ ::Array[Types::SnapshotJobResultErrorInfo]
Returns the value of attribute error_info.
-
#s3_destination_configuration ⇒ Types::SnapshotS3DestinationConfiguration
Returns the value of attribute s3_destination_configuration.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#error_info ⇒ ::Array[Types::SnapshotJobResultErrorInfo]
Returns the value of attribute error_info.
10334 10335 10336 |
# File 'sig/types.rbs', line 10334 def error_info @error_info end |
#s3_destination_configuration ⇒ Types::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.
10333 10334 10335 |
# File 'sig/types.rbs', line 10333 def s3_uri @s3_uri end |