Class: Aws::Types::PathToObjectIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::PathToObjectIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_identifiers ⇒ ::Array[::String]
Returns the value of attribute object_identifiers.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#object_identifiers ⇒ ::Array[::String]
Returns the value of attribute object_identifiers.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def object_identifiers @object_identifiers end |
#path ⇒ ::String
Returns the value of attribute path.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def path @path end |