Class: Aws::Types::Merge
- Inherits:
-
Object
- Object
- Aws::Types::Merge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute primary_keys.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5658 5659 5660 |
# File 'sig/types.rbs', line 5658 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5657 5658 5659 |
# File 'sig/types.rbs', line 5657 def name @name end |
#primary_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute primary_keys.
5660 5661 5662 |
# File 'sig/types.rbs', line 5660 def primary_keys @primary_keys end |
#source ⇒ ::String
Returns the value of attribute source.
5659 5660 5661 |
# File 'sig/types.rbs', line 5659 def source @source end |