Class: Aws::Types::DocumentItem
- Inherits:
-
Object
- Object
- Aws::Types::DocumentItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "CustomEula", ...
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 ⇒ "CustomEula", ...
Returns the value of attribute type.
144 145 146 |
# File 'sig/types.rbs', line 144 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
145 146 147 |
# File 'sig/types.rbs', line 145 def url @url end |
#version ⇒ ::String
Returns the value of attribute version.
146 147 148 |
# File 'sig/types.rbs', line 146 def version @version end |