Class: Aws::Types::ParallelDataDataLocation
- Inherits:
-
Object
- Object
- Aws::Types::ParallelDataDataLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#repository_type ⇒ ::String
Returns the value of attribute repository_type.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
248 249 250 |
# File 'sig/types.rbs', line 248 def location @location end |
#repository_type ⇒ ::String
Returns the value of attribute repository_type.
247 248 249 |
# File 'sig/types.rbs', line 247 def repository_type @repository_type end |