Class: Aws::Types::DocumentationPartIds
- Inherits:
-
Object
- Object
- Aws::Types::DocumentationPartIds
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
Instance Attribute Details
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
460 461 462 |
# File 'sig/types.rbs', line 460 def ids @ids end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
461 462 463 |
# File 'sig/types.rbs', line 461 def warnings @warnings end |