Class: Aws::Types::DocumentItem
- Inherits:
-
Object
- Object
- Aws::Types::DocumentItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ ::String
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#type ⇒ ::String
Returns the value of attribute type.
367 368 369 |
# File 'sig/types.rbs', line 367 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
368 369 370 |
# File 'sig/types.rbs', line 368 def url @url end |
#version ⇒ ::String
Returns the value of attribute version.
369 370 371 |
# File 'sig/types.rbs', line 369 def version @version end |