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.
10724 10725 10726 |
# File 'sig/types.rbs', line 10724 def error_info @error_info end |
#s3_destination_configuration ⇒ Types::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.
10723 10724 10725 |
# File 'sig/types.rbs', line 10723 def s3_uri @s3_uri end |