Class: Aws::Types::ArchiveCreationOutput
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveCreationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def archive_id @archive_id end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
33 34 35 |
# File 'sig/types.rbs', line 33 def checksum @checksum end |
#location ⇒ ::String
Returns the value of attribute location.
32 33 34 |
# File 'sig/types.rbs', line 32 def location @location end |