Class: Aws::Types::PlatformFramework
- Inherits:
-
Object
- Object
- Aws::Types::PlatformFramework
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
809 810 811 |
# File 'sig/types.rbs', line 809 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
810 811 812 |
# File 'sig/types.rbs', line 810 def version @version end |