Class: Aws::Types::DocumentRequires
- Inherits:
-
Object
- Object
- Aws::Types::DocumentRequires
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#require_type ⇒ ::String
Returns the value of attribute require_type.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def name @name end |
#require_type ⇒ ::String
Returns the value of attribute require_type.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def require_type @require_type end |
#version ⇒ ::String
Returns the value of attribute version.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def version @version end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def version_name @version_name end |