Class: Aws::Types::CheckpointConfig
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#local_path ⇒ ::String
Returns the value of attribute local_path.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def local_path @local_path end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def s3_uri @s3_uri end |