Class: Aws::Types::PatchSource
- Inherits:
-
Object
- Object
- Aws::Types::PatchSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#products ⇒ ::Array[::String]
Returns the value of attribute products.
Instance Attribute Details
#configuration ⇒ ::String
Returns the value of attribute configuration.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def name @name end |
#products ⇒ ::Array[::String]
Returns the value of attribute products.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def products @products end |